0.8.2 • Published 3 years ago

rally-api v0.8.2

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
3 years ago

pipeline status coverage report

Rally API

Requirements

This repository uses git lfs to manage binary files like fonts and images. Make sure it's installed on your system. (On macOS with Homebrew, this can be done with brew install git-lfs.)

To develop locally, yarn and docker should be installed.

Run Locally

  1. Make sure dependencies are up to date: yarn install
  2. In one terminal, start Postgres and Redis: yarn local-dbs
  3. In another terminal, start the API service: yarn start

Other useful commands

  • yarn dev-debug: Allows you to hook up a debugger on the standard 9009 node debugging port
  • yarn docker:build: Build the rally-api Docker image