Skip to content

hoytnix/Improvement-Wizard

Repository files navigation

CMS

Static website generator using Jinja2

Installation

Create a virtual environment for Python

python3 -m venv venv

Activate venv

source venv/bin/activate

Install Python requirements

pip install -r requirements.txt

Install Nodejs requirements

npm install

Generate a random JSON-LD id for app.yaml

Usage

Compile

python3 -m app build

Watch & Build Upon Changes

python3 -m app watch

About

CMS for ImprovementWizard.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published