Development site: http://velo-vanier.s3-website-us-east-1.amazonaws.com/
yarn
yarn start
http://localhost:3000
This app uses an API which is you can install locally: vv-api
Make sure you set the REACT_APP_API_BASE_URL
environment variable in .env
to point to the correct base url for the API.
The front end is deployed on AWS. In order to deploy, you'll need to do the following steps:
yarn build
aws s3 sync build s3://velo-vanier