Read XKCD in a webapp
- Install the requirements
- Via requirements.txt
pip install -r requirements.txt
- Via Poetry
python -m poetry lock
+python -m poetry install
- Create a repository on GitHub and install Utterances to it
- Edit the document the final lines of main.py
- Start
- You can visit this project via Repl.it -> https://litexkcd.l64.repl.co (Webpage)/L64/lite.xkcd (Repl)