Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 402 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 402 Bytes

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.