Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 641 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 641 Bytes

webosbrew.github.io

webOS Brew Community Development, Hacking & Reverse-Engineering Documentation.

Usage

This repo is published on: https://webosbrew.org

Development

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