]>
description | Source code for littlesong.place |
owner | Chris |
last change | Fri, 29 Aug 2025 23:32:38 +0000 (19:32 -0400) |
URL | https://littlesong.place/git/littlesongplace.git |
Hello! You've found the source code for littlesong.place. Feel free to have a look around.
This is a pretty simple Flask app. If you've used Flask before, hopefully it feels pretty familiar.
Here are some quick links if you just want to browse the code:
/src/littlesongplace
- the main python code/src/littlesongplace/templates
- HTML templates/src/littlesongplace/static
- static files, including images, CSS, and Javascript/test
- tests, run with pytestThis project has some dependencies that need to be installed manually to your system PATH:
First, clone this repo:
git clone https://littlesong.place/git/littlesongplace.git
Then, in the cloned project directory, setup a Python environment and install the necessary dependencies:
python -m venv .venv . .venv/bin/activate # (or .venv\Scripts\activate on Windows) pip install -e . pip install -r dev-requirements.txt
Run the app locally (accessible in a browser at localhost:5000):
flask --app littlesongplace run --debug
Run the tests with Pytest:
pytest
2 weeks ago | master | shortlog | log | tree |
4 weeks ago | swap-shop | shortlog | log | tree |
4 weeks ago | dev | shortlog | log | tree |
2 months ago | ntfy | shortlog | log | tree |
2 months ago | bigmess | shortlog | log | tree |