Use this guide to run the Pinter frontend on your machine.

Prerequisites

  • Bun 1.0 or later.
  • Pinter backend running on http://localhost:8000.
  • Node.js 20.17.0 or later if you run the Mintlify CLI. (Mintlify not support node 25+)

Install dependencies

From pinter-fe:

Configure environment

Create .env from the example file:
Set the backend URL:
Never commit real credentials or production secrets to the repository.

Start the frontend

The frontend runs on http://localhost:3000.

Run checks

Preview these docs locally

Install the Mintlify CLI once:
Run the docs server from pinter-fe/docs:
The docs preview runs on http://localhost:3001. Use port 3001 because the Pinter frontend uses 3000.