-
Install Node.js
-
Clone this repository
git clone https://github.com/Sapta-Dev27/GDG-Hackathon cd GDG-Hackathon
-
Install dependencies
npm install
-
(Optional) Create a
.env
file in the root directory of the project and add the environment variables as shown in the.env.example
file. -
First, run the development server:
npm run dev
Open http://localhost:5173 with your browser to see the result.