This is a Next.js project that I created to learn about new features like server and action components. I learned about it through a video by Sam Selikoff.
If you want to try this, follow the next steps:
pnpm install
# or
yarn install
# or
npm install
"Create a .env file with the content of .env.example (you can simply copy it or change the file path if you want to locate it in another location)
cp .env.example .env
npx prisma db push
npm run dev
# or
yarn dev
# or
pnpm dev