Skip to content

gotenberg/gotenberg.dev

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.