The frontend and api for the Fonts of Power game. This primarily includes tooling for players and worldspeakers to use when playing the game.
- Download or clone the repo
- Install node.js
- Run
npm install
in the root and client directories - Contact a FoP administrator to set up your .env file so you can connect to the database
- Run
npm start
in the root and client directories - Send API requests to
localhost:5000
- View the frontend at
localhost:3000