From 7bb3cc12e5e8ecfacae7db2ad2cf67f78b029f2b Mon Sep 17 00:00:00 2001 From: jon r Date: Sat, 22 Feb 2025 22:01:47 +0100 Subject: [PATCH] docs(front): add most minimal README --- front/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 front/README.md diff --git a/front/README.md b/front/README.md new file mode 100644 index 000000000..682829543 --- /dev/null +++ b/front/README.md @@ -0,0 +1,3 @@ +# Funkwhale Frontend + +Please follow the instructions in [Set up your development environment — funkwhale 1.4.0 documentation](https://docs.funkwhale.audio/developer/setup/index.html).