Lesser fork of retropilot-client https://spacecruft.org/retropilot/retropilot-client
 
 
 
 
Go to file
Cameron Clough cdbd809a0a add Dockerfile 2022-01-10 19:47:55 +00:00
.github/workflows make ci faster 2022-01-06 16:18:09 +00:00
public dotenv config 2022-01-10 02:16:14 +00:00
src dotenv config 2022-01-10 02:16:14 +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 dotenv config 2022-01-10 02:16:14 +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 add Dockerfile 2022-01-10 19:47:55 +00:00
LICENSE Initial commit 2021-05-23 23:51:32 +01:00
README.md dotenv config 2022-01-10 02:16:14 +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

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