Before you begin, ensure you have the following installed:
- Clone the repository:
git clone https://github.com/Nayana62/DAMAC.git
- Navigate to the project directory:
cd your-repository
- Install the dependencies:
or if you are using Yarn:
npm install
yarn install
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.