Skip to content

drizzleco/exchange

Repository files navigation

exchange

Build status codecov

Requirements

  • Python 3
  • npm
  • docker
  • Heroku CLI (optional)

Getting Started

  1. make install
  2. make start

Docker

To run a local copy of the code, run the following

docker-compose up -d

Heroku

If you want to deploy with heroku and you have the CLI, the following steps are sufficient:

0. heroku create  # one time
1. heroku container:push web
2. heroku container:release web
3. heroku open

Usage

make help or make

display help message for useful snippets!