_ _
/\ /\__ ___ _| | __ /\ /\__ _ ___| | _____
/ /_/ / _` \ \ /\ / / |/ // /_/ / _` |/ __| |/ / __|
/ __ / (_| |\ V V /| </ __ / (_| | (__| <\__ \
\/ /_/ \__,_| \_/\_/ |_|\_\/ /_/ \__,_|\___|_|\_\___/
2024
The official landing page for HawkHakcs - see here.
Install Node.js
https://nodejs.org/en/download/
Install pnpm using npm
$ npm install -g pnpm
Clone the repo
$ git clone https://github.com/LaurierHawkHacks/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 run dev
public/robots.txt
to allow search engine indexing.
"editor.formatOnSave": true
in you settings.json
.
(Ctrl + Shift + P. Type "settings" and select "Preferences: Open Settings (JSON)")
Deploys to GitHub Pages
pnpm deploy
- We welcome all contributions for further information see here