Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 350 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 350 Bytes

To replicate:

  1. Clone Repo

  2. Make sure you are using Node 22.

  3. Run npm install -g pnpm to install pnpm.

  4. Run pnpm install to install the dependencies.

  5. Run pnpm run dev -- --open to start the development server and open the app in a new browser tab.