Tracker for your Gloomhaven Event and Quest cards
Sorry for the extremely horrible look! If you're good at CSS, send a Pull Request :)
Gloomhaven TTS Assets Scans Some font related links.
- setup typescript project
- typescript and react gives some good examples on how to setup your react components in typescript
- react typescript cheat sheet
Github pages are generated from the docs/
folder in the master
branch.
When sending a PR, please don't add the docs/
folder in the PR to avoid
merge conflicts (when merging multiple PRs). Instead, it needs to be manually
re-built after each merge.
To do so, run
yarn install && npm test && npm run deploy
Only files in the docs/
directory should change. If that is the case, commit them
and feed free to push directly to master
.
- mark sold items in the shop
- show battle goal images
- document component props with
prop-types
- make it pretty (CSS)
- move components into own files
- redux?
- jest-enzyme for additional enzyme test matchers?
- Setup webpack build
- Enable absolute imports