generator-steroids
Version:
A Yeoman generator for Steroids
46 lines (30 loc) • 1.78 kB
HTML
<html>
<head>
<meta charset="utf8">
<meta name="viewport" content="width=device-width">
<title>My Steroids App</title>
<link rel="stylesheet" href="/vendor/topcoat/css/topcoat-mobile-light.css" />
<link rel="stylesheet" href="/stylesheets/application.css" />
<script src="/javascripts/onerror.js"></script>
<script src="/javascripts/console.log.js"></script>
<!-- cordova.js is served from localhost to ensure the correct version -->
<script src="http://localhost/cordova.js"></script>
<script src="/components/steroids-js/steroids.js"></script>
<script src="/javascripts/application.js"></script>
</head>
<body>
<div class="content-padded">
<h1>Welcome to Steroids!</h1>
<p>Awesome! This file is located at <strong>www/index.html</strong> — open it, change some text, save the file, and press enter in the Terminal window running <strong>$ steroids connect</strong>. The changes are updated to all connected devices. Cool, ain't it?</p>
<h2>Using AppGyver Scanner</h2>
<p>On iOS, to restart your current app or scan another app, <strong>tap and hold on the screen with three fingers.</strong>. This opens the Scanner context menu.</p>
<p>On Android, press the native back button to return to the device desktop. Open the Scanner again to scan another app or re-open your previous app.</p>
<h2>Start the tutorial</h2>
<p>Let's spend a few minutes on a short tutorial. Go to your Steroids project directory and run the command:</p>
<p><strong>$ steroids generate tutorial begin</strong></p>
<h2>Get in touch with us!</h2>
<p>Feel free to contact us at <a href="mailto:contact@appgyver.com">contact@appgyver.com</a>, we would love to get your feedback!</p>
</div>
</body>
</html>