Creators of Supercharged Brand and Product Experiences. Astro is a registered trademark of Astro Studios, Inc.
- Node.js v5.* with NPM v3.*
- Git 2.* (should be included with OSX)
- Clone and/or Sync the latest source using either
- The GitHub Desktop App
- Via the command line tool
git clone git@github.com:acidjazz/astro.git
- Proceed to the directory where the code now exists, and install the required node modules
cd /Users/k/astro
npm install
npm install --dev
cd /Users/k/astro
gulp sync
You should then see something similar to:
[19:33:44] Using gulpfile ~/astro/gulpfile.js
[19:33:44] Starting 'sync'...
[19:33:44] Finished 'sync' after 114 ms
[BS] Access URLs:
-------------------------------------
Local: http://localhost:3000
External: http://192.168.1.70:3000
-------------------------------------
UI: http://localhost:3001
UI External: http://192.168.1.70:3001
-------------------------------------
[BS] Serving files from: pub/
Navigate to the Local URL if you want to test/write things locally or the External to test on other devices
- TBA