Skip to content

kjsce-codecell/ComicMate-GitWS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ComicMate

To add your comic, do the following steps:

  1. Fork this repository.
  2. Add your comic in a json file in the following format and add it in the data folder:
{
    "name": "Name",
    "title": "Title of the comic",
    "quote_1": "Quote 1",
    "quote_2": "Quote 2",
    "quote_3": "Quote 3"
}
  1. Create a Pull Request after making the changes and wait for the changes to apply.