yarn install
# if you don't have yarn installed, this is the same as
# npm install
yarn start
# if you don't have yarn installed, this is the same as
# npm start
Open http://localhost:3000 to view it in the browser. The page will reload if you make edits.
This project was bootstrapped with Create React App. CRA documentation
Merging to the main
branch will automatically deploy the app to bestprogrammingclub.github.io/rabbithole. You can monitor deploys in the Actions tab.
To manually deploy the app:
yarn deploy
# or
# npm run deploy