getludic / web

Web for the Ludic Framework

Home Page:https://github.com/getludic/ludic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ludic Web

This is the homepage for The Ludic Framework written with Ludic.

Running

With docker:

docker compose build
docker compose up

With Poetry:

poetry install
poetry run uvicorn --reload web.server:app

In both cases, the app is running at http://localhost:8000.

About

Web for the Ludic Framework

https://github.com/getludic/ludic

License:MIT License


Languages

Language:Python 99.8%Language:Dockerfile 0.2%