Open this repository as a Codespace on GitHub (or as a container in VS Code.)
- From the Terminal menu, select New Terminal.
- Enter
pnpm run dev
to start the development server.
Visit http://127.0.0.1:5173/ in a browser to access the development server.
Stop the development web server by opening the terminal where's it running and press Ctrl+C.