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 git@github.com:okfnepal/idms-page.git
cd idms- Install dependencies
npm install
# or
yarn install- Run the development server
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.