webOS Brew Community Development, Hacking & Reverse-Engineering Documentation.
This repo is published on: https://webosbrew.org
This page is built using Pelican. Pelican is based on Python and all dependencies of our project can be installed using pip:
# Create virtual environment
python3 -m venv venv/
# Enter the environment
. venv/bin/activate
# Install dependencies.
pip3 install -r requirements.txt
In order to then serve the page with autoreload use this:
pelican content -l -r