Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 474 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 474 Bytes

Getting started

Running ChelaJs repo

npm install

Starting the server

ChelaJS requires the NODE_PATH variable to include the directory ./local_modules e.g.

node server.js

Template

Swig.js is used for the template engine, check documentation here.

Helping with the style

For help with styles, stylus + nib

npm install stylus -g
npm install nib -g
npm install grunt -g

Then run

grunt styles