Skip to content
/ Blog Public

This is a simple blog application created using Next.js.

License

Notifications You must be signed in to change notification settings

Ryneex/Blog

Repository files navigation

Blog Application

This is a simple blog application created using Next.js monorepo.

Getting Started

Step 1: Configure Environment Variables

  1. Create a .env file in the apps/www directory by copying .env.example:

  2. Fill in the required environment variables in the .env file.

Step 2: Install Dependencies

Install the necessary dependencies using PNPM:

pnpm install

Step 3: Run the Development Server

Start the development server:

pnpm dev

The application will be available at http://localhost:3000.

About

This is a simple blog application created using Next.js.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published