/gotenberg.dev

This repository contains Gotenberg's website and documentation.

Primary LanguageJavaScriptMIT LicenseMIT

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.