Skip to content

LaurierHawkHacks/Landing

Repository files navigation

                      _                     _        
  /\  /\__ ___      _| | __ /\  /\__ _  ___| | _____ 
 / /_/ / _` \ \ /\ / / |/ // /_/ / _` |/ __| |/ / __|
/ __  / (_| |\ V  V /|   </ __  / (_| | (__|   <\__ \
\/ /_/ \__,_| \_/\_/ |_|\_\/ /_/ \__,_|\___|_|\_\___/

2024

GitHub

The official landing page for HawkHakcs - 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/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

⚠️ Before deploying to production, edit public/robots.txt to allow search engine indexing.

⚠️ Note: Please install ESLint and Prettier in your editor and enable format on save. In VSCode, you can do so by by setting "editor.formatOnSave": true in you settings.json. (Ctrl + Shift + P. Type "settings" and select "Preferences: Open Settings (JSON)")

Deployment 🚀

Deploys to GitHub Pages

pnpm deploy

Contributing 🥇

  • We welcome all contributions for further information see here