First, install the dependencies:
bun installThen run the development server:
bun devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project includes recommended extensions. When you open the project in VSCode or Cursor, you should see a prompt to install the recommended extensions. If not, you can install them manually:
It's recommended to create a new VSCode profile for this project to avoid conflicts with your existing extensions:
- Open the Command Palette (Cmd/Ctrl + Shift + P)
- Type "Profiles: New Profile"
- Name it after this project
- Select "Create"
Then install the recommended extensions:
- Open the Command Palette (Cmd/Ctrl + Shift + P)
- Type "Extensions: Show Recommended Extensions"
- Install all workspace recommendations
Alternatively, check the .vscode/extensions.json file for the list of recommended extensions.