Faithful-Resource-Pack / App

The official web application for the Faithful Website.
https://webapp.faithfulpack.net/
GNU Affero General Public License v3.0
1 stars 6 forks source link
faithful vite vue vuejs vuetify webapp website
Faithful Logo

Faithful Web App

The official web application for the Faithful website.

![RepoSize](https://img.shields.io/github/repo-size/Faithful-Resource-Pack/App) ![Issues](https://img.shields.io/github/issues/Faithful-Resource-Pack/App) ![PullRequests](https://img.shields.io/github/issues-pr/Faithful-Resource-Pack/App) ![Status](https://status.faithfulpack.net/api/badge/4/status) ![Uptime](https://status.faithfulpack.net/api/badge/4/uptime/24?label=24h%20&labelSuffix=Uptime)

Requirements

Running

pnpm install
pnpm dev

Building

pnpm build

You can preview the production build with pnpm preview.

If you're using Apache to serve the site, make sure to set FallbackResource to point to ./dist/index.html so Vue routing works properly.

<VirtualHost *:80>
  DocumentRoot /your/site/path/here/dist
  FallbackResource /index.html
</VirtualHost>

API Reference:

This project is heavily developed around our public API. Check out our API documentation at https://api.faithfulpack.net/docs for more information about endpoints and making requests.