Skip to content

naji247/ygo-card-designer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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.

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.5%
  • CSS 13.2%
  • Python 11.0%
  • HTML 0.3%