Before you begin, ensure you have met the following requirements:
- Node.js installed on your local machine.
- npm package manager installed.
To get a local copy up and running follow these simple steps:
- Clone the repository:
git clone https://github.com/jellywaiyan/hack4good.git- Navigate into project directory
cd hack4good/hack4good- Install dependencies
npm install- Start development server:
npm run dev- Open your browser and visit http://localhost:5173 to see the app running.