Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.2 KB

File metadata and controls

38 lines (30 loc) · 1.2 KB
Faithful Logo

Faithful API

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

RepoSize Issues PullRequests

Status Uptime


Requirements

  • NodeJS v20+ https://nodejs.org
  • pnpm (corepack enable + corepack prepare pnpm@latest --activate)

Running

pnpm install
pnpm run dev

Database Reference

This project is heavily developed around the self-hosted firestorm-db database. Check out its documentation at https://therolffr.github.io/firestorm-db/ for more information about available operations and making requests.