Skip to content

Nayana62/DAMAC

Repository files navigation

Prerequisites

Before you begin, ensure you have the following installed:

  • Node.js (version 14.x or later)
  • npm (version 6.x or later) or yarn (version 1.x or later)

Installation

  1. Clone the repository:
    git clone https://github.com/Nayana62/DAMAC.git
  2. Navigate to the project directory:
    cd your-repository
  3. Install the dependencies:
    npm install
    or if you are using Yarn:
    yarn install

Running the Application

To start the development server, run:

npm run dev

or with yarn

yarn dev

Open http://localhost:3000 with your browser to see the result.