OnedocLabs / dev-local

A small repository for local PDF development with Fileforge
https://www.fileforge.com
Apache License 2.0
10 stars 1 forks source link
dev-local
Dev Local
The new way to build documents.
High-quality, unstyled components for creating PDFs.


Website · GitHub · Discord · Documentation

Getting started

1. Installation

Clone the repository.

npm install

2. Set up environment

FILEFORGE_API_KEY="your_api_key"

3. Render your first document$

npm run render

4. Have fun !

Build and render documents of your own in just one command line !

5. Remove the watermark

By default, this repository has test: false enabled in ./src/render.tsx. To add the watermark and be in test mode, set test: false in ./src/render.tsx.