# Install dependencies
npm install
# Start development server
npm run dev
Bun (https://bun.sh/) is a fast Javascript runtime & package manager.
# Install dependencies
bun install
# Start development server
bun dev
Open http://localhost:3000 with your browser to see the result.
Made with yield.sh