2022-02-02 23:23:43 -07:00
|
|
|
# Ridgebotics Scouting App 2022
|
2022-01-08 12:52:39 -07:00
|
|
|
|
|
|
|
|
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
|
|
|
|
|
|
2022-02-02 23:23:43 -07:00
|
|
|
## Scripts
|
2022-01-08 12:52:39 -07:00
|
|
|
|
|
|
|
|
In the project directory, you can run:
|
|
|
|
|
|
2022-02-02 23:23:43 -07:00
|
|
|
### `start_dev.sh`
|
2022-01-08 12:52:39 -07:00
|
|
|
|
|
|
|
|
Runs the app in the development mode.\
|
|
|
|
|
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
|
|
|
|
|
The page will reload when you make changes.\
|
|
|
|
|
|
2022-02-02 23:23:43 -07:00
|
|
|
This will also run the couchdb server.
|
|
|
|
|
Open [http://localhost:5984](http://localhost:5984) to open the couchdb web interface
|
2022-01-08 12:52:39 -07:00
|
|
|
|
2022-02-02 23:23:43 -07:00
|
|
|
### `start_prod.sh`
|
2022-01-08 12:52:39 -07:00
|
|
|
|
|
|
|
|
Builds the app for production to the `build` folder.\
|
|
|
|
|
It correctly bundles React in production mode and optimizes the build for the best performance.
|
|
|
|
|
|
2022-02-02 23:23:43 -07:00
|
|
|
This runs and nginx server that serves the app over http
|
|
|
|
|
Open [http://localhost](http://localhost) to view it in your browser.
|
2022-01-08 12:52:39 -07:00
|
|
|
|
2022-02-02 23:23:43 -07:00
|
|
|
This will also run the couchdb server.
|
|
|
|
|
Open [http://localhost:5984](http://localhost:5984) to open the couchdb web interface
|
2022-01-08 12:52:39 -07:00
|
|
|
|
2022-02-02 23:23:43 -07:00
|
|
|
### `stop.sh`
|
2022-01-08 12:52:39 -07:00
|
|
|
|
2022-02-02 23:23:43 -07:00
|
|
|
Stops any running containers
|