Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Leafwing-Studios/fop-tooling

Repository files navigation

fop-server: The Official Website for Fonts of Power

The frontend and api for the Fonts of Power game. This primarily includes tooling for players and worldspeakers to use when playing the game.

Links

Setup

  1. Download or clone the repo
  2. Install node.js
  3. Run npm install in the root and client directories
  4. Contact a FoP administrator to set up your .env file so you can connect to the database
  5. Run npm start in the root and client directories
  6. Send API requests to localhost:5000
  7. View the frontend at localhost:3000