Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.23 KB

File metadata and controls

40 lines (30 loc) · 1.23 KB
Faithful Logo

Faithful API

Public RESTful API for Faithful's texture database, add-on submission, and more.

RepoSize Issues PullRequests

Status Uptime


Requirements

  • Node.js v22+ (https://nodejs.org)
  • pnpm (corepack enable + corepack prepare pnpm@latest --activate)

Running

pnpm install
pnpm run dev

Database Reference

The Faithful API is based on the firestorm-db self-hosted database. Check out its documentation for more information about creating collections, available database operations, and working with files.