Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 711 Bytes

DEV_NOTES.md

File metadata and controls

54 lines (35 loc) · 711 Bytes

Forbidden Lands Companion App

A character creator & manager + dice roller

Development setup

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

Then to download and install all project dependencies run

yarn install

Compiles and hot-reloads for development

yarn start

Compiles and minifies for production

yarn build

Run your tests

yarn test

Lints and fixes files

yarn lint

Run your end-to-end tests

yarn test:e2e

Run your unit tests

yarn test:unit

Customize configuration

See Configuration Reference.