- Clone the repository:
git clone git@github.com:hackundsoehne/hacktival-website-2021.git
- Install dependencies:
npm i
- Run the dev server:
npm run dev
A husky pre-commit hook will format your code. You may also run npm run format
to manually format the code.
Run npm run build
to compile and optimize various assets. The build output will land in dist/
.