Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 574 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 574 Bytes

A Thing for Surfline!

Installing:

  1. npm install
  2. mkdir data;
  3. sudo mongod --dbpath=./data;

Running:

npm start

Runs on http://localhost:5000

Tests:

karma start karma.conf.js

Errors?

If you get any errors, try the following:

  1. make sure your data directory exists (should be in the root directory of this project)
  2. make sure mongod was started/is running with 'sudo'
  3. If the page loads but you're not getting any data or there's a 500 error, clear your localStorage localStorage.clear()