Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 586 Bytes

File metadata and controls

32 lines (25 loc) · 586 Bytes

See https://docs.pdfinch.com for the documentation.


Built with Content Wind. Original README below.

Docs development

To develop the site:

npm install
npm run build

To start the development server:

npm run dev

Then go to http://localhost:3000/ to check your changes.

Static Hosting

Generate and publish (gh-pages) the docs.

npm run deploy

Learn more on Nuxt docs for more information.

Updating packages

npm update

And pray.