Lesser fork of retropilot-client https://spacecruft.org/retropilot/retropilot-client
 
 
 
 
Go to file
Cameron Clough c685ee6de3
Create FUNDING.yml
2022-03-26 21:08:27 +00:00
.github Create FUNDING.yml 2022-03-26 21:08:27 +00:00
public dotenv config 2022-01-10 02:16:14 +00:00
src implement login 2022-03-24 00:38:30 +00:00
.browserslistrc create .browserslistrc (and remove support from old browsers...) 2022-01-09 16:54:34 +00:00
.dockerignore add Dockerfile 2022-01-10 19:47:55 +00:00
.env.development fix env/config names 2022-03-21 23:40:12 +00:00
.env.production fix env/config names 2022-03-21 23:40:12 +00:00
.env.test dotenv config 2022-01-10 02:16:14 +00:00
.eslintrc.json implement login 2022-03-24 00:38:30 +00:00
.gitignore add Dockerfile 2022-01-10 19:47:55 +00:00
Dockerfile ci on Dockerfile 2022-01-11 01:17:45 +00:00
LICENSE Initial commit 2021-05-23 23:51:32 +01:00
README.md rename CI workflow 2022-03-21 20:16:36 +00:00
nginx.conf add Dockerfile 2022-01-10 19:47:55 +00:00
package-lock.json chore(package): upgrade dependencies 2022-03-24 15:26:29 +00:00
package.json chore(package): upgrade dependencies 2022-03-24 15:26:29 +00:00

README.md

retropilot-client

Build and test CI

React client for RetroPilot server

Environment Variables

The app configuration (see src/config.js) is loaded from environment variables. A different 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 variables for development, testing and production independently (.env.development, .env.test.local and .env.production.local files). Set the API_URL to the address of the RetroPilot server, such as http://localhost:8080 or https://api.retropilot.local.