https://github.com/pythoninthegrass/pythonistas_website
Source code for the Pythonistas Meetup group website
https://github.com/pythoninthegrass/pythonistas_website
css docker fasthtml htmx javascript markdown python
Last synced: 11 months ago
JSON representation
Source code for the Pythonistas Meetup group website
- Host: GitHub
- URL: https://github.com/pythoninthegrass/pythonistas_website
- Owner: pythoninthegrass
- License: unlicense
- Created: 2024-12-30T23:13:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-07T23:15:04.000Z (about 1 year ago)
- Last Synced: 2025-04-14T21:53:33.104Z (11 months ago)
- Topics: css, docker, fasthtml, htmx, javascript, markdown, python
- Language: CSS
- Homepage: https://pythonistas.io
- Size: 10.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pythonistas_website
Collaborative website for the [Pythonistas Meetup group](https://www.meetup.com/pythonistas).
## Minimum Requirements
* [python 3.11+](https://www.python.org/downloads/)
* [poetry](https://python-poetry.org/docs/)
* [docker](https://docs.docker.com/get-docker/)
## Recommended Requirements
* [asdf](https://asdf-vm.com/#/)
## Setup
* Clone the repository
```bash
git clone https://github.com/pythoninthegrass/pythonistas_website.git
cd pythonistas_website
```
* Install the dependencies
```bash
poetry install
```
## Quickstart
* Start the development server
```bash
poetry run ./main.py
```
* Open the browser to [http://localhost:5001](http://localhost:5001)
* Stop the development server with `Ctrl+C`
## TODO
## Further Reading
* [Website Requirements](docs/REQUIREMENTS.md)
* [FastHTML](https://docs.fastht.ml/)
* [Pocketbase](https://pocketbase.io/docs/)
* [Git](https://git-scm.com/doc)
* [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/#summary)
* [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML)
* [HTMX](https://htmx.org/)
* [CSS](https://developer.mozilla.org/en-US/docs/Web/CSS)
* [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
* [Markdown](https://www.markdownguide.org/)