Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 613 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 613 Bytes

5th Edition D&D Spell Tool

This is a mobile-first app that lets you quickly look up spells for reference when playing Dunegons and Dragons. This app is currently deployed here.

How to run locally

Installing packages

Use yarn to install the necessary dependencies by typing:

yarn install

Run the tests

Run the tests (which use enzyme) with:

yarn test

Compile webpack files

Compile the source files via webpack with:

yarn compile

Run the server

Run the server with:

yarn start