-
Notifications
You must be signed in to change notification settings - Fork 11
Installation
Nicolas Chan edited this page Dec 18, 2017
·
4 revisions
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
node
andnpm
installed. - 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.