This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
Launches the test runner in the interactive watch mode.
Builds the app for production to the build folder.
Deployment is handled by Github Actions.
See .github > workflows > deploy.yml for steps.
In general this should look like:
- Prep env variables in .env.production with values from the Github Action run
- Build the app with
npm run build - Rsync the build to the public server