xurxodiz / fari

Fate Role-playing Game Companion Application

Home Page:https://fari.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fari - The Free and Open-Source Virtual Tabletop

All Contributors

patreon ko-fi

Continous Integration Integration Tests

This repo contains the source code that powers Fari, the open source virtual tabletop platform.

Feature Requests

You can request new features here

Bug Report

If you found an issue with the app, you can report the bug here

Development

If you want to make a contribution to Fari, you will need to fork / clone this repo and follow the following steps to run the app locally.

Prerequisites

  1. Install Node ^16.2.0 (to match engine property in package.json) or use the devcontainer provided using VS Code.

Installation

Fari relies on Node and the Node Package Manager to download its dependencies and run.

If you are using the proper node and npm version, you then need to install Fari's dependencies

npm install

Once the dependencies are installed, Fari will also build some of it's static content (e.g. the content of the SRD) using 11ty which will convert the markdown files to HTML files insides a _site directory.

Running the application

If you want to run Fari on your machine, simply run:

npm run start

This will start and bundle the app using ViteJS and make it available on http://localhost:1234

ViteJS will also update your browser's content (using React Refresh) anytime you do save a file on the disk.

This will run the normal server, but also rebuild the markdown files everytime you modify them.

Special Thanks

  • Netlify for hosting Fari.
  • Lokalise for providing internalization feature for Fari.
  • Canny for providing user feedback features for Fari.

Contributors ✨

Thanks goes to these wonderful people (emoji key):


rpdeshaies

πŸ’» πŸ“– 🌍 πŸ‘€

Davide Vernassa

🌍

corrina

🌍

Erynus

🌍

hattivatt

🌍

pedrogsribeiro

🌍

nfregoso

πŸ’»

ConDar15

πŸ’»

Jorge Diz Pico

🌍

Thomas Bearse

πŸ’»

1d12monos

🌍

chocoporto

🌍

Gpoitras

πŸ’»

Christie Kennedy

πŸ’»

This project follows the all-contributors specification. Contributions of any kind welcome!

About

Fate Role-playing Game Companion Application

https://fari.app/

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 98.9%Language:JavaScript 0.6%Language:HTML 0.4%Language:Dockerfile 0.1%Language:CSS 0.0%Language:Shell 0.0%