This is the source of the official Gotenberg website.
npm install
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.
npx prettier --write .
This command formats the source code.