The main website for GopherHack @ UMN.
Prerequisites:
Setup:
- Clone the repository and enter the directory:
git clone git@github.com:gopherhackumn/website.git gopherhack-website cd gopherhack-website
- Run
npm install
orbun install
to fetch the dependencies.
Steps:
- Run
npm run dev
orbun run dev
. - Edit whatever files you need.
This code is licensed under GPL-3.0. See LICENSE.md for details.