Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 871 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 871 Bytes

BostonHacks Registration Portal 2023

Actions Status License

Project setup

npm install
npm run dev

The dev server should open on http://127.0.0.1:5173/.

Github Workflows

Github workflows is set up on this project so that there is an automatic deployment to the BostonHacks staging site so changes can be seen on the site after each merge.

Deploying the Website to Production

After running the buildscript, run the following command.

firebase deploy --only hosting:production

Open https://bostonhacks.io to view production