Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 505 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 505 Bytes

offix-web

Running

The application depends on MongoDB running on localhost.

To install the dependencies, run npm install. To run the application, run npm start.

Configuration

Copy config.sample.js to config.js and fill in configuration options there.

Development Tips

  • Symlink config.js -> config.sample.js during development so you don't have to keep making changes in both files. You can do this by running ln -s config.sample.js config.js.