Lesser fork of retropilot-client https://spacecruft.org/retropilot/retropilot-client
 
 
 
 
Go to file
Cameron Clough d23a263ab9 ci on Dockerfile 2022-01-11 01:17:45 +00:00
.github/workflows ci on Dockerfile 2022-01-11 01:17:45 +00:00
public dotenv config 2022-01-10 02:16:14 +00:00
src use config 2022-01-10 22:44:50 +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 remove PUBLIC_URL from development env 2022-01-11 00:47:58 +00:00
.env.production dotenv config 2022-01-10 02:16:14 +00:00
.env.test dotenv config 2022-01-10 02:16:14 +00:00
.eslintrc.json lint: allow non-jsx file extensions 2022-01-09 23:00:37 +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 remove PUBLIC_URL from development env 2022-01-11 00:47:58 +00:00
nginx.conf add Dockerfile 2022-01-10 19:47:55 +00:00
package-lock.json add prop-types as a dependency 2022-01-09 23:13:38 +00:00
package.json add prop-types as a dependency 2022-01-09 23:13:38 +00:00

README.md

retropilot-client

React client for Retropilot

Ties into https://github.com/retropilot/retropilot-server/ to provide a react frontend

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 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.