The Asset Workbench is a tool for creating custom assets for the Ironsworn Tabletop RPG (the base game is available for free!).
Thanks for lending a hand!
- Fork and create a pull request.
- Make sure all the tests pass (both unit and end to end tests).
- use Redux for state management.
- make site keyboard-navigable and generally accessible.
- make the HTML more semantic.
- investigate using a component library.
- consider using a style library.
- flesh out test coverage of components.
- revisit code organization.
- provide sane back button support (such as with a proper router).
Run npm install
to install dependencies, then npm run start
to start a development server running at localhost:3000
npm run test
npm run cypress:open
To deploy to the gh-pages branch of the repository using the gh-pages
tool, run the following (requires access):
npm run deploy