Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 560 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 560 Bytes

Integrated Data Management System (IDMS) Product X Service

Description

IDMS information website built with Next.js application designed to facilitate quick overview and understanding of IDMS.

Installation

To set up IDMS locally, follow these steps:

  1. Clone the repository:
git clone [email protected]:okfnepal/idms-page.git
cd idms
  1. Install dependencies
npm install 

# or

yarn install
  1. Run the development server
npm run dev
# or
yarn dev

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