docs-sqlpay
is a repository which keeps all documentations related to SQL Payroll. This project is based on the famous documentation tool from Facebook called docusaurus. Docusaurus is a tool for creating and maintaining documentation easily. It provides a simple way to build, deploy, and maintain project documentation websites using Markdown files and React components.
Follow these steps to set up the project locally on your machine.
Make sure you have the following installed on your machine:
git clone https://github.com/eStreamSoftware/docs-sqlpay.git
cd docs-sqlpay
Install the project dependencies:
npm install
npm run start
Open http://localhost:3000 in your browser to view the project.
We would like to express our gratitude to all individuals who had contributed to this project! For anyone who wish to contribute to this project, we recommend taking a look at our contributor guide.