Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 616 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 616 Bytes

Forbidden Lands Companion App

A character creator & manager + dice roller

App

The app is freely available online and can be found here:

Forbidden Lands Companion App

Development setup

You need to have yarn installed. Follow the instructions here.

Then to download and install all project dependencies run

yarn install

To run the app locally run

yarn start

and then go to http://localhost:3000/. The app will be automatically reloaded to reflect any changes you might make to the source code.