Skip to content

VisionistInc/takeback-america

Repository files navigation

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