Stirling-PDF-Docs
January 6, 2025 ยท View on GitHub
Documentation for Stirling-PDF using Docusaurus Final version is hosted here
Prerequisites
- Node.js version 16.14 or above
- npm or yarn package manager
Setup
- Install dependencies:
npm install
- Start the development server:
npm start
- Edit files
All our files are within the
/docsdirectory, any edit made to the files here should instantly show on your local site
The site will be available at http://localhost:3000
Contributing
Contributions are welcome! To add or update documentation:
- Create or edit markdown files in the
docs/directory - Preview changes locally using
npm start - Submit a pull request