Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 519 Bytes

File metadata and controls

33 lines (20 loc) · 519 Bytes

Kitty OS Website

Brief project description goes here.

Table of Contents

Installation

  1. Clone the repository:

    git clone https://github.com/pounce-dev/website.git
    

Usage

To Run this website, there are a few requirements.

  • Python 3

  • markupsafe and flask PIP packages.

    pip install flask markupsafe
    

To run the website, run the command:

python3 app.py