Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 677 Bytes

File metadata and controls

32 lines (20 loc) · 677 Bytes

GopherHack website

https://gopherhack.com

The main website for GopherHack @ UMN.

Development

Prerequisites:

  1. Make sure you have node or bun installed.

Setup:

  1. Clone the repository and enter the directory:
    git clone git@github.com:gopherhackumn/website.git gopherhack-website
    cd gopherhack-website
  2. Run npm install or bun install to fetch the dependencies.

Steps:

  1. Run npm run dev or bun run dev.
  2. Edit whatever files you need.

License

This code is licensed under GPL-3.0. See LICENSE.md for details.