Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnnymayodev/zephyr
https://github.com/johnnymayodev/zephyr
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/johnnymayodev/zephyr
- Owner: johnnymayodev
- License: mit
- Created: 2024-03-02T00:34:17.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-03T20:12:05.000Z (10 months ago)
- Last Synced: 2024-04-03T21:28:00.027Z (10 months ago)
- Language: CSS
- Homepage:
- Size: 4.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```bash
git clone https://www.github.com/johnnymayodev/Zephyr
``````bash
cd Zephyr
```## Usage
#### Via Scripts
Setup
```bash
chmod u+x setup.sh && . ./setup.sh
```Run
```bash
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
```bash
python3 -m venv venv
```2. Activate the virtual environment
```bash
source venv/bin/activate
```3. Install the required packages
```bash
pip install -r requirements.txt
```4. Run the application
```bash
python zephyr.py
```