Documentation for Stirling-PDF using Docusaurus Final version is hosted here
- Node.js version 16.14 or above
- npm or yarn package manager
- Install dependencies:
npm install
- Start the development server:
npm start
- Edit files
All our files are within the
/docs
directory, any edit made to the files here should instantly show on your local site
The site will be available at http://localhost:3000
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