docs-sqlconnect is a repository that stores all documentation related to SQL Connect. This project utilizes Facebook's renowned documentation tool, Docusaurus, which simplifies the creation, deployment, and maintenance of 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-sqlconnect.git
cd docs-sqlconnectInstall the project dependencies:
npm installnpm run startOpen 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.