lawsumisu / ygo-card-designer

0 stars 1 forks source link

ygo-card-designer

A modern Yu-Gi-Oh! card editor built with React. The goal of this project is to make a form-less editor; the traditional input form has been replaced with a canvas-like interface that allows users to edit cards directly and see their changes in realtime.

Setup

This project requires Node 8 LTS and uses npm to manage dependencies. Download them here. Once npm has been installed, run npm install to download dependencies.
Run npm start to start the webpack bundler and server that hosts the app.
Once the server has started successfully, navigate to http://localhost:8080.

Deploy

This app is deployed as a Github Page. To update the page: Run set NODE_ENV=production so that the webpack bundles in production mode. Run npm run deploy to build the webpack bundle and deploy the app.

Credits

Link Number Font: Akira Kobayashi
Series 10 Template: icycatelf