Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 406 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 406 Bytes

INFO 4340/5440

Open this repository as a Codespace on GitHub (or as a container in VS Code.)

Development Server

  1. From the Terminal menu, select New Terminal.
  2. 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.