Skip to content

KonferCA/HawkHacks-Landing

Repository files navigation

GitHub

The official landing page for HawkHacks - see here.

Quick Setup 🔨

Install Node.js

https://nodejs.org/en/download/

Install pnpm using npm

$ npm install -g pnpm

Clone the repo

$ git clone https://github.com/KonferCA/HawkHacks-Landing.git

From your terminal, navigate to the root path of clone

$ cd path/to/your/clone

Install dependencies

$ pnpm i

Run local server

$ pnpm dev

Contributing ❤️

If you want to help improve the project, please check our contribution guide for guidelines on how to contribute.