Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 488 Bytes

File metadata and controls

31 lines (19 loc) · 488 Bytes

dash.acmcsuf.com

Developing

Install deps with pnpm i.

Start dev server:

pnpm dev

# or start the server and open the app in a new browser tab
pnpm dev --open

Building and Previewing

To create a production version of your app:

pnpm build

You can now preview the production build:

pnpm preview

Using the preview after making changes is important because vite uses the NodeJS runtime but the app uses the Workers runtime in production.