Skip to content

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.

License

Notifications You must be signed in to change notification settings

johnnymayodev/Zephyr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

License

Stars

Watchers

Forks