Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Latest commit

 

History

History
33 lines (20 loc) · 587 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 587 Bytes

Ghost in Shell

Repository for working with a small Python and flask application that displays and serves static web files (HTML/CSS).

Prerequisites

  • Python 3

Installation

After cloning the repository, change to the cloned directory and install the requirements with the following command:

pip install -r requirements.txt

Usage

To start the Flask application, start the application by simply calling the app.py file from the root of the cloned repository:

python3 app.py

Please note: the application does work as given.

License

MIT