Skip to content

igorgue/bangmycode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INSTALL

Install node:

brew install node

Add node path:

echo 'export NODE_PATH="/usr/local/lib/node"' >> ~/.profile

source ~/.profile

Install npm:

curl http://npmjs.org/install.sh | sh

Install express:

npm install express

Install hashlib

Follow this instructions: https://github.com/brainfucker/hashlib#readme

Install ejs

npm install ejs

About

Code for bangmycode.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published