F/OSS Comics is a comic series dedicated to Free and Open Source Software. The comics aim to educate and entertain readers about the world of free and open source software.
Explore the comics at fosscomics.com or directly read them in this repository:
This repository hosts the source code used to generate the static website for F/OSS Comics.
The static webpage generator was adapted from kartiknair's blog and is styled using the Archie theme. I've customized the generator to better suit the needs of the F/OSS Comics series.
To build the static website for the comics, run:
npm run build
After building the site, you can start a local web server to view the comics:
npm start
Open your web browser and navigate to http://localhost:3000 to read the comics.
I welcome contributions and feedback on the comics and the website. If you have suggestions or want to contribute, please submit a pull request or join the discusstions.