Installation - nicolaschan/bell GitHub Wiki
Bell is a fairly standard Node.js application. We use travis-ci to make sure our code builds and tests correctly.
- Make sure you have both
nodeandnpminstalled. - Clone and navigate to the repository:
git clone https://github.com/nicolaschan/bell.git && cd bell - Install dependencies:
npm install - Build client code:
npm run build - (Optional) Run tests:
npm run test:manual - See configuration instructions
- Start server:
npm start
If you have issues, please first compare your build environment to travis-ci. Make sure you are using the same versions of all the software they have. If your issues persist, please open an issue.