Skip to content

eventloop/chelajs-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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