This is a simple blog application created using Next.js monorepo.
-
Create a
.envfile in theapps/wwwdirectory by copying.env.example: -
Fill in the required environment variables in the
.envfile.
Install the necessary dependencies using PNPM:
pnpm installStart the development server:
pnpm devThe application will be available at http://localhost:3000.