Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 908 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 908 Bytes

speedupamerica-frontend

Next version of the SpeedUpAmerica site

Setup

These instructions work on Linux, Windows and MacOS and only need to be performed once

Install Docker and Docker Compose.

This service depends on the database used by previous version of the frontend. The database in SpeedUpAmerica (v1) must be running, have the latest migration, and be populated with data for this services to work. Run the setup instructions for v1 of SpeedUpAmerica before proceeding.

Depending on your OS, you may have to make sure to use copy instead of cp.

$ git clone https://github.com/Hack4Eugene/speedupamerica-frontend.git
$ cd speedupamerica-frontend
$ cp local.env.template local.env

Running

$ docker-compose up