Zephyr Svelte Themes

Zephyr

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.

Zephyr

/zĕf′ər/ - a gentle breeze

Description

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.

Installation

git clone https://www.github.com/johnnymayodev/Zephyr
cd Zephyr

Usage

Via Scripts

Setup

chmod u+x setup.sh && . ./setup.sh

Run

chmod u+x run.sh && ./run.sh

Command Line Arguments

--debug

  • Compiles the page on every request

Manually

Commands are written for macOS systems. Please adjust accordingly for your system.

  1. Create a virtual environment
python3 -m venv venv
  1. Activate the virtual environment
source venv/bin/activate
  1. Install the required packages
pip install -r requirements.txt
  1. Run the application
python zephyr.py

Top categories

Loading Svelte Themes