Skip to content

Bridgeconn/HRMS_docs

 
 

Repository files navigation

HRMS Documentation

Welcome to the HRMS (Human Resource Management System) documentation. This site is built using Docusaurus for easy navigation and maintenance.

Getting Started

Requirements

Installation

Clone the repository and install dependencies:

git clone https://github.com/your-org/HRMS_docs.git
cd HRMS_docs

npm install  # or yarn install

Running the Site

Start a local development server:

npm run start  # or yarn start

Visit http://localhost:3000/ to view the documentation.

Building & Deployment

To build the static site:

npm run build  # or yarn build

To deploy:

npm run deploy  # or yarn deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 97.1%
  • JavaScript 2.4%
  • CSS 0.5%