This project was bootstrapped with Create React App.
- This project requires Node version 14 and
- NPM.
Use the .env.sample to create a personal .env
file.
Refer to the documentation to learn how to obtain an authentication token.
npm install
npm run stage
Starts the app in staging mode
Starts the app in production mode
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!