Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 607 Bytes

README.md

File metadata and controls

36 lines (30 loc) · 607 Bytes

codesnail

A website where users learn to code while competing against each other

SETUP

Windows and MAC

cd path/to/repo
npm install
node app
  • in browser type 127.0.0.1:3000

LINUX

sudo apt-get install nodejs npm mongodb
git clone https://github.com/silps/codebuddy.git
cd codebuddy
npm install
node app
firefox 127.0.0.1:3000

CREDITS ^_^

  • Node.js developers
  • node-passport developers