This repository hosts the source code for GitData.AI's documentation site, built using Docusaurus.
GitData.AI's documentation site provides comprehensive guides, API references, and tutorials for using GitData.AI's tools and services.
- Node.js (v14.x or higher)
- npm (v6.x or higher)
- Clone the repository:
git clone https://github.com/GitDataAI/docs.git
cd docs
- Install dependencies:
npm install
- Running the Development Server
npm run start
Congratulations! Visit http://localhost:3000 to view the site in your browser.
To create a production build:
npm run build
The build output will be located in the build/
directory.
For questions or support, contact info@gitdata.ai.