rpg-cards-ng/README.md

47 lines
1.5 KiB
Markdown
Raw Permalink Normal View History

# rpg-cards-ng
2020-04-03 13:20:11 +02:00
**Try the super extra pre alpha version here:** https://rpg-cards-ng.netlify.com/
2020-03-16 15:38:01 +01:00
![Decks Overview](https://raw.githubusercontent.com/nkoehring/rpg-cards-ng/master/docs/scrot.jpg)
![Deck Example](https://raw.githubusercontent.com/nkoehring/rpg-cards-ng/master/docs/scrot2.jpg)
New and shiny replacement for the slightly outdated and clunky [RPC Cards Generator](https://crobi.github.io/rpg-cards/generator/generate.html). Not yet usable.
2020-03-17 00:48:26 +01:00
## Project goals and if they are already implemented
2020-03-17 16:08:04 +01:00
Roughly in order of planned implementation.
2020-03-17 00:52:42 +01:00
* [x] comfortable, mobile optimized interface
* [x] handle decks of cards in a wysiwyg way
* [x] save decks in your browser
2020-03-17 00:48:26 +01:00
* [x] edit cards in a wysiwyg way
2020-03-17 16:08:04 +01:00
* [ ] print view (obviously)
2020-03-17 00:52:42 +01:00
* [ ] load graphics directly from game-icons.net
2020-03-16 15:18:57 +01:00
* [ ] create and store cross-deck sets of cards
2020-03-17 00:52:42 +01:00
* [ ] allow graphics upload
* [ ] custom graphic sets
2020-03-17 16:08:04 +01:00
## Nice to have
Things I'd love to see but I'm not focussing on right now:
* [ ] different card layouts / theming
* [ ] allow icons to be stored locally (in browser)
* [ ] offline mode
2020-03-17 16:08:04 +01:00
* [ ] PDF export
## Project development
```
yarn install
yarn run serve # Compiles and hot-reloads for development
yarn run build # Compiles and minifies for production
yarn run test # Run tests
yarn run lint # Lints and fixes files
```
## Attributions
* Icons are from [Zondicons](https://www.zondicons.com).
* Graphics are from [Game-Icons.net](https://game-icons.net/) if not attributed differently.