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.
- Host: GitHub
- URL: https://github.com/gotenberg/gotenberg.dev
- Owner: gotenberg
- License: mit
- Created: 2021-08-11T16:06:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-12T15:51:44.000Z (14 days ago)
- Last Synced: 2025-04-12T16:44:13.046Z (14 days ago)
- Topics: documentation, gotenberg
- Language: MDX
- Homepage: https://gotenberg.dev
- Size: 8.08 MB
- Stars: 7
- Watchers: 2
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.