A website made for the 2024 Hack for Impact collegiate hackathon.
- Clone this repo
- Navigate to the project's root folder and run
npm ci
to perform a clean install of the project's dependencies
To start the server, run
npm run dev
Then navigate to http://localhost:4321 to view the website locally.
For details on deployment, see the Astro documentations for the latest information.