Collaborative website for the Pythonistas Meetup group.
- Clone the repository
git clone https://github.com/pythoninthegrass/pythonistas_website.git
cd pythonistas_website- Install the dependencies
poetry install- Start the development server
poetry run ./main.py- Open the browser to http://localhost:5001
- Stop the development server with
Ctrl+C