Update README.md

main
Cameron Clough 2022-03-21 19:45:16 +00:00
parent d23a263ab9
commit 43c67663e7
No known key found for this signature in database
GPG Key ID: BFB3B74B026ED43F
1 changed files with 3 additions and 3 deletions

View File

@ -1,13 +1,13 @@
# retropilot-client
React client for Retropilot
![Build and test React app CI](https://github.com/RetroPilot/retropilot-client/actions/workflows/build_test_react.yml/badge.svg)
Ties into https://github.com/retropilot/retropilot-server/ to provide a react frontend
React client for [RetroPilot server](https://github.com/RetroPilot/retropilot-server)
## Environment Variables
The app configuration (see `src/config.js`) is loaded from environment variables. A different
different environment can be configured for development (`npm run start`), testing (`npm test`) and
environment can be configured for development (`npm run start`), testing (`npm test`) and
production (`npm run build`).
To override the environment variables, create a `.env.local` file. You can also override the