IDMS information website built with Next.js application designed to facilitate quick overview and understanding of IDMS.
To set up IDMS locally, follow these steps:
- Clone the repository:
git clone [email protected]:okfnepal/idms-page.git
cd idms
- Install dependencies
npm install
# or
yarn install
- Run the development server
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.