Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 178 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 178 Bytes

Running webapp locally

Install dependencies:

bun install
# or use `npm install` if changing dependencies

Run the development server:

bun run start