Skip to content

eddie-dunn/forbidden-lands

Repository files navigation

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.