Tired of flipping through your book to find details on a specific spell for your D&D character? Use this website (dnd-spells.mg3.codes) to search, filter, and export spells as spreadsheets or cards.
- Install yarn modern
- Clone code
- Run
yarn
in project root - Run
yarn dev
to start development server
Tests are run using Cypress. It is recommended that you run the tests before opening a pull request. They will run automatically when a pull request is opened and are required to pass before merging.
The tests are run against the Chrome browser. It is recommended that you also run them against chrome.
- Open two terminals
- In one terminal run
yarn build-test && yarn preview
- In the other terminal run
yarn cypress open
to run the tests using the GUI or runyarn cypress run --browser chrome
to run without the GUI.
If you just found an issue with a spell or think a new one should be added, the best way to let us know is to file an issue.
If you are comfortable coding you could even submit a PR!
See CONTRIBUTING.md for instructions on how to contribute.
This work includes material taken from the System Reference Document 5.1 (“SRD 5.1”) by Wizards of the Coast LLC and available at https://dnd.wizards.com/resources/systems-reference-document. The SRD 5.1 is licensed under the Creative Commons Attribution 4.0 International License available at https://creativecommons.org/licenses/by/4.0/legalcode.