Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buehler/mtg-deck-printer
simple react app that helps listing a mtg (magic the gathering) deck and print it out with a nice print css
https://github.com/buehler/mtg-deck-printer
Last synced: 29 days ago
JSON representation
simple react app that helps listing a mtg (magic the gathering) deck and print it out with a nice print css
- Host: GitHub
- URL: https://github.com/buehler/mtg-deck-printer
- Owner: buehler
- Created: 2020-08-30T08:33:32.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-04T06:53:44.000Z (over 3 years ago)
- Last Synced: 2024-05-02T05:48:01.797Z (6 months ago)
- Language: TypeScript
- Homepage: https://buehler.github.io/mtg-deck-printer/
- Size: 349 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mtg-card-printer
Empty project.
## Building and running on localhost
First install dependencies:
```sh
npm install
```To run in hot module reloading mode:
```sh
npm start
```To create a production build:
```sh
npm run build-prod
```To create a development build:
```sh
npm run build-dev
```## Running
Open the file `dist/index.html` in your browser
## Credits
Made with [createapp.dev](https://createapp.dev/)