Skip to content

An HTMX webserver for the Dojo's Tuesday night python meetups.

License

Notifications You must be signed in to change notification settings

jhanley634/dojo-blackboard

Repository files navigation

Coverage Status

This repo supports the Hacker Dojo Blackboard project, developed by the local python community. Come visit us at the Dojo on Tuesday evenings at 6:30pm to participate.

Begin by following these setup instructions.

make install
make run

That will create a venv virtual environment in your home directory, and run the app within that environment. Now it's available to your browser using a localhost URL. Another two targets you might care to try out are make lint test.

Next step is to jump into the development process.


This codebase is frequently tested under linux and macOS. It is designed to work on all posix systems, including windows WSL 2. Please report any rough edges you may encounter.


Note that make uses this setting:

PYTHONPATH := src:.

When running commands outside of make, you may need to set this env var explicitly.

Within the PyCharm IDE you will want to visit Settings -> Project: dojo-blackboard -> Project Structure, and mark the src directory as Sources.

About

An HTMX webserver for the Dojo's Tuesday night python meetups.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published