Skip to content

Faithful-Resource-Pack/Website

Repository files navigation

Faithful Logo

Faithful Website

The official website for the Faithful Project.

RepoSize Issues PullRequests Stars


Requirements

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

Running

Create a file called .env in the root folder, using .env.example as a template.

pnpm install
pnpm dev

Building

pnpm build

You can preview the production build with pnpm preview.