Skip to content

This repository contains Gotenberg's website and documentation.

License

Notifications You must be signed in to change notification settings

gotenberg/gotenberg.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

aa56744 · Mar 6, 2025
Apr 15, 2024
Mar 6, 2025
Feb 21, 2025
Aug 22, 2021
Nov 17, 2023
Nov 17, 2023
Aug 14, 2021
Aug 28, 2021
Aug 17, 2021
Jan 6, 2025
Aug 17, 2021
Aug 17, 2021
Feb 21, 2025
Jan 29, 2025
Jan 29, 2025
Oct 11, 2024
Aug 17, 2021

Repository files navigation

gotenberg.dev

This is the source of the official Gotenberg website.

Installation

npm install

Local Development

npm start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Prettier

npx prettier --write .

This command formats the source code.