An open API service indexing awesome lists of open source software.

https://github.com/gotenberg/gotenberg.dev

This repository contains Gotenberg's website and documentation.
https://github.com/gotenberg/gotenberg.dev

documentation gotenberg

Last synced: about 20 hours ago
JSON representation

This repository contains Gotenberg's website and documentation.

Awesome Lists containing this project

README

        

# gotenberg.dev

This is the source of the official [Gotenberg website](https://gotenberg.dev).

## Installation

```bash
npm install
```

## Local Development

```bash
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

```bash
npx prettier --write .
```

This command formats the source code.