To start the development server, run:
bun dev
To build the project for production and start the server, run:
bun build
bun start
To set up the project, run:
bun install
To run the Next.js project, follow these steps:
- Clone the repository
- Navigate to the project directory
- Install the dependencies using
bun install
- Start the development server using
bun dev