Build Status

Team Navigator

Meta

Setup

Set up your `.env` file based on our example `.env.sample`.

Install redis if you haven't:

brew install redis


npm install
npm run dev
# => Listening on port: 5000

Testing

npm test to run the test suite