/zĕf′ər/ - a gentle breeze
Zephyr is a lightweight and easy to use component-based front-end framework. It is built with Python and leverages Svelte for its files and syntax.
git clone https://www.github.com/johnnymayodev/Zephyr
cd Zephyr
Setup
chmod u+x setup.sh && . ./setup.sh
Run
chmod u+x run.sh && ./run.sh
--debug
Commands are written for macOS systems. Please adjust accordingly for your system.
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python zephyr.py