Skip to content

kmbrlykm/rabbithole

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.3%
  • HTML 31.6%
  • CSS 17.1%