Next.js CMS Project

This is a content management system (CMS) project built with Next.js.

Getting Started

Prerequisites

Ensure you have the following installed on your development machine:

  • Node.js (version >= 18.17.0)
  • npm or yarn

Installation

  1. Clone the repository:

    git clone <repository-url>
    cd <repository-name>
  2. Install the dependencies:

    pnpm install

Running the Project

Development

  1. Run the project
    pnpm run dev
  2. Database Seeding
    pnpm run seed
  3. Prettier
    pnpm run prettier
  4. Check Prettier
    pnpm run prettier:check
  5. Lint
    pnpm run lint

Production

pnpm run build