This is a simple blog application created using Next.js monorepo.
-
Create a
.env
file in theapps/www
directory by copying.env.example
: -
Fill in the required environment variables in the
.env
file.
Install the necessary dependencies using PNPM:
pnpm install
Start the development server:
pnpm dev
The application will be available at http://localhost:3000
.