Skip to content

plouc/dev-buddies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dev Buddies

Build Status

Dev server

There is an available nodejs based server, to start it, simply type

node app.js

Build

assets are minified, you can regenerate it using

node build.js

Documentation

Documentation is located in public/doc and generated with jsdoc3 You can regenerate doc with this command

./node_modules/jsdoc/jsdoc -r --destination public/doc public/js