Skip to content

CadreAI/nextjs-template

 
 

Repository files navigation

Getting Started

First, install the dependencies:

bun install

Then run the development server:

bun dev

Open 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.

Recommended VSCode Extensions

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:

  1. Open the Command Palette (Cmd/Ctrl + Shift + P)
  2. Type "Profiles: New Profile"
  3. Name it after this project
  4. Select "Create"

Then install the recommended extensions:

  1. Open the Command Palette (Cmd/Ctrl + Shift + P)
  2. Type "Extensions: Show Recommended Extensions"
  3. Install all workspace recommendations

Alternatively, check the .vscode/extensions.json file for the list of recommended extensions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 51.6%
  • Shell 20.6%
  • JavaScript 14.5%
  • CSS 13.3%