Skip to content

jen-p/base-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Install Node

This project uses NodeJS at its core. Go to NodeJS, download, and install.

Install project dependencies

To start, open up your favorite shell, cd to this directory, and install the dependencies by running

 $ npm install

Start it up

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

Committing updates

As a github.io page, when changes are committed to master, they are pushed to the live site at https://openautism.github.io/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published