Skip to content

moon1ock/FlatEarthProject

Repository files navigation

Hosting

This project is hosted on Fly.io

Local Installation

# Create a virtual environment
python3 -m venv venv

# Activate venv
source venv/bin/activate

# Install requirements from requirements.txt
pip install -r requirements.txt

Local Deployment

FLASK_APP=main.py FLASK_ENV=development flask run

After which the configured URLs should return website assets. By default:

  1. Tutorial - http://127.0.0.1:5000
  2. Plane - http://127.0.0.1:5000/plane
  3. Globe - http://127.0.0.1:5000/globe

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published