Welcome to the HRMS (Human Resource Management System) documentation. This site is built using Docusaurus for easy navigation and maintenance.
Clone the repository and install dependencies:
git clone https://github.com/your-org/HRMS_docs.git
cd HRMS_docs
npm install # or yarn install
Start a local development server:
npm run start # or yarn start
Visit http://localhost:3000/
to view the documentation.
To build the static site:
npm run build # or yarn build
To deploy:
npm run deploy # or yarn deploy