Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 522 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 522 Bytes

Hack for Impact Website

A website made for the 2024 Hack for Impact collegiate hackathon.

Installation

  1. Clone this repo
  2. Navigate to the project's root folder and run npm ci to perform a clean install of the project's dependencies

Setup

To start the server, run

npm run dev

Then navigate to http://localhost:4321 to view the website locally.

Deployment

For details on deployment, see the Astro documentations for the latest information.