DeerHacks Hackathon 2024 Dashboard
This project is an open source archive of the DeerHacks 2024 Website & Dashboard and is licensed under the GPL v3.0 License. We also ask that you keep the footer attribution to the original creators if you decide to use this project for any derivative works.
- Run
yarn installto install dependencies - Install all the required workspace
@recommendedextensions - Add the required
.envfiles from discord#configs/ mcss drive
First, run the development server:
yarn devOpen http://localhost:3000 with your browser to see the result.
The DeerHacks dashboard leverages the DeerHacks Backend and DeerHacks CMS to provide a full stack experience. To get started, follow the instructions in the respective repositories.
Ensure that the ports and environments are configured to work with each other.
Run the commands to catch any linting / type errors:
yarn lint
yarn check-typesThese commands are run before pushing with husky and in our CI/CD pipeline with GitHub Actions.