Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.96 KB

README.md

File metadata and controls

53 lines (36 loc) · 1.96 KB

gloomhaven-stacks Build Status

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.

Developer Documentation

Github pages

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.

Opportunities for improvement

Features

  • mark sold items in the shop
  • show battle goal images

Tech

  • document component props with prop-types
  • make it pretty (CSS)
  • move components into own files
  • redux?
  • jest-enzyme for additional enzyme test matchers?

Done

  • Setup webpack build
  • Enable absolute imports