Skip to content

Installation

Nicolas Chan edited this page Dec 18, 2017 · 4 revisions

Build Status codecov.io

Bell is a fairly standard Node.js application. We use travis-ci to make sure our code builds and tests correctly.

  1. Make sure you have both node and npm installed.
  2. Clone and navigate to the repository: git clone https://github.com/nicolaschan/bell.git && cd bell
  3. Install dependencies: npm install
  4. Build client code: npm run build
  5. (Optional) Run tests: npm run test:manual
  6. See configuration instructions
  7. 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.

Clone this wiki locally