Giter VIP home page Giter VIP logo

tdoane-cardmaker's Introduction

Various trading card games have fans who wish to create their own cards... even if they can only be used among friends. Which would normally require usage of an image editing program. This project aims to lower the barrier for creating fan-made cards by providing templates for some common options.

Project structure

The project consists of various folders which each contain their designated type of files. Following is a basic rundown of what each folder contains.

  • build - Configuration files for creating a minimized JavaScript file from the source code. Also contains said build if the command relevant command has been issued.
  • css - Cascading style sheets. These give the site its appearance.
  • lib - References to, or builds of, other projects on which this project depends. See ""Cloning the project" for how to make sure all relevant files from the projects on which this one depends are downloaded.
  • res - Resource folder. This includes images used by the style sheets to make the site look more appealing, but also the resources needed for the card maker to render.
  • src - Contains the source code which is used to make the card maker function.

Working on the project

There are multiple reasons thinkable to work on this project, though it will most likely boil down to wanting to improve it... at least from the point of view from the person who wishes to help.

Some people might want custom templates for certain trading card games. While amiable, they won't be accepted for this project; it could quickly grow out of hand. Though feel free to create a derivate in such a case.

Other stuff

Since the site works with mostly static content, it should be possible to test it by simply opening it in the browser from the filesystem. There however is no guarantee everything will work as expected. It is advised that anyone who wishes to work on (a derivative of) the application installs a server on their device for development. NGINX was used for the development.

Cloning the project

This project references some other projects. Cloning it will usually leave the relevant folders empty. The following commands should populate the repository with the relevant files. People more savvy with Git might know better ways to get the same result, but it does its job.

git clone https://github.com/Yemachu/cardmaker.git
cd cardmaker
git submodule update --init --recursive

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.