This project uses NodeJS at its core. Go to NodeJS, download, and install.
To start, open up your favorite shell, cd
to this directory, and install the dependencies by running
$ npm install
As you make and save changes, grunt will watch the index file and sass folder and compile these changes. To start, run
$ grunt
To view changes via a local server, open a new tab in your shell and run
$ node server
You can access the local server at localhost:1337
As a github.io page, when changes are committed to master, they are pushed to the live site at https://openautism.github.io/