Skip to content

Latest commit

 

History

History

calibrate

Calibration App.

This project was bootstrapped with Create React App.

Dependencies

Prerequisites.

Use the .env.sample to create a personal .env file.

Refer to the documentation to learn how to obtain an authentication token.

Installing product dependencies/packages

npm install

Running project/app

npm run stage

Available Scripts

npm run stage

Starts the app in staging mode

npm run prod

Starts the app in production mode

npm run build

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!