Install Node.js
https://nodejs.org/en/download/Install pnpm using npm
$ npm install -g pnpmClone the repo
$ git clone https://github.com/KonferCA/HawkHacks-Dashboard.gitFrom your terminal, navigate to the root path of clone
$ cd path/to/your/cloneInstall dependencies
$ pnpm iRun local server
$ pnpm devIf you want to help improve the project, please check our contribution guide for guidelines on how to contribute.