Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 571 Bytes

File metadata and controls

36 lines (24 loc) · 571 Bytes

Dodo App Frontend

This project was created with Tanstack Start.

Getting Started

pnpm install

If you don't have pnpm installed, you can install it with npm:

npm install -g pnpm

Running the project locally

pnpm run dev

You should see the app running at http://localhost:3000.

Building the project

pnpm run build

Tech Stack