This is the front-end for version 4.1 of FRC 5599 BNCHS Sentinels' team website. The front-end and back-end have been separated into two repositories.
- Install Node.JS.
- Clone this repository.
- Navigate into the cloned repository's directory.
- Run
npm install
to install all dependencies.
- Navigate into the cloned repository's directory.
- Run
npm start
to run the development server. - Go to 127.0.0.1:3000 to view the current state of the website.
- Navigate into the cloned repository's directory.
- Run
npm run build
to run the development server. - Open
public/index.html
in any modern web browser.