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.
This project uses npm to manage dependencies. Download it 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.
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.
Link Number Font: Akira Kobayashi
Series 10 Template: icycatelf