29 lines
919 B
Markdown
29 lines
919 B
Markdown
|
# rpg-cards-ng
|
||
|
|
||
|
![Screenshot](https://nest.pijul.com/n4n/rpg-cards-ng:master/4a7e1e2dd8ea189109?raw)
|
||
|
|
||
|
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.
|
||
|
|
||
|
## Project goals
|
||
|
|
||
|
* [x] comfortable, mobile optimized interface
|
||
|
* [x] handle decks of cards in a wysiwyg way
|
||
|
* [x] save decks in your browser
|
||
|
* [ ] load icons from rpg-icons directly
|
||
|
* [ ] allow icons to be stored locally (in browser)
|
||
|
* [ ] offline mode
|
||
|
|
||
|
## 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.
|