Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 309 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 309 Bytes

Getting Started On Frontend

  1. Install bun:
powershell -c "irm bun.sh/install.ps1 | iex"
  1. Install dependencies:
cd frontend
bun i
  1. Run the development server:
bun dev
  1. Open http://localhost:3000 with your browser to see the result.