Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 790 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 790 Bytes

Stirling-PDF-Docs

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

  1. Install dependencies:
npm install
  1. Start the development server:
npm start
  1. 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

Contributing

Contributions are welcome! To add or update documentation:

  1. Create or edit markdown files in the docs/ directory
  2. Preview changes locally using npm start
  3. Submit a pull request