Paraio.org website code
This repo contains the website code for the Para project. It was created with the bootUP starter kit.
- Download this repo or clone it.
$ npm install && grunt server
Other tasks:
- View in browser:
- Clean:
$ grunt clean
- Clean & Build:
$ grunt cb
(also validates HTML and Javascript)