Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 783 Bytes

File metadata and controls

48 lines (32 loc) · 783 Bytes

tawala-docs

Documentation and demo site project for Tawala.

Requirements

  • Python 3.14+
  • uv

Local Development

cd tawala-docs
uv run tawala migrate
uv run tawala runserver

To run on a specific address/port:

uv run tawala runserver 0.0.0.0:8000

Build and Install Pipelines

Preview configured command pipelines:

uv run tawala runinstall --dry
uv run tawala runbuild --dry

Execute configured command pipelines:

uv run tawala runinstall
uv run tawala runbuild

Project Structure

  • api/ contains ASGI/WSGI entry points.
  • app/ contains views, URLs, templates, and migrations.
  • vercel.json is generated by the Vercel preset when scaffolding.

License

MIT