Skip to content

acidjazz/astro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Astro Studios

Creators of Supercharged Brand and Product Experiences. Astro is a registered trademark of Astro Studios, Inc.

Requirements

Installation

  • 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

Running a local version of AstroStudios.com

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

Steps to creating a new blog entry

  • TBA