Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 843 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 843 Bytes

rabbithole

Quick start

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.

Development

This project was bootstrapped with Create React App. CRA documentation

Deploying

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