Clone this repository and run npm install
to install the project's dependencies.
For the best experience, please ensure that you're using the version of Node.js listed in the .nvmrc
file. If you have nvm
installed, you can simply run nvm use
to activate the version in .nvmrc
.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Cypress is installed in this project. Running this command will run the Cypress tests in the terminal.
Running this command will open a web browser and run the Cypress tests there.
This project was bootstrapped with Create React App. You can learn more in the Create React App documentation.