Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 367 Bytes

File metadata and controls

27 lines (20 loc) · 367 Bytes

HHS Code-a-thon

Running the app:

With Docker:

git clone git@github.com:VisionistInc/takeback-america.git
cd takeback-america
make deps
make docker-build && make docker-run

Using compose

docker-compose up

With Node:

git clone git@github.com:VisionistInc/takeback-america.git
cd takeback-america
yarn
yarn start