Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 448 Bytes

File metadata and controls

19 lines (13 loc) · 448 Bytes

Frontend

  • Node.js ~= v20.0.0
  • npm ~= v10.0.0
  • Tech Stack: React, TypeScript, TailwindCSS, Shadcn

Setup

Requirements:

  • Docker
  • Make

Steps

  1. Clone the repository using git clone https://github.com/alpexlab/google-ai-hackathon.git
  2. Navigate to the frontend directory using cd frontend
  3. cp .env.sample .env
  4. Run make to install all dependencies and start the development server at http://localhost:5173