/hacked

Fulfill your hacker fantasies.

Primary LanguageJavaScriptMIT LicenseMIT

hacked

Fulfill your hacker fantasies.

Contributing

Clone the repository

$ git clone https://github.com/maxdeviant/hacked.git && cd hacked

Install npm packages

$ npm install

Set up MongoDB

Make sure you have MongoDB installed.

$ brew install mongodb

Make sure MongoDB is running.

$ mongod

Run the Hacked server

$ node hacked.js

Hacked should now be running at http://localhost:3000 in your browser.

Suggested Reading