Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 420 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 420 Bytes

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.