First, you need to copy the .env.example
file to .env
and fill in the necessary environment variables.
cp .env.example .env
Then, install the dependencies:
npm install
Finally, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev