Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 369 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 369 Bytes

City Hunt

Getting Started

In this project, pnpm is employed as the package manager.

First, run the development server:

pnpm run dev

Open http://localhost:5173 with your browser to see the result.

Deployment

To build for production, run:

pnpm run build

Then, serve the static files in the dist directory.