update-readme (#1)

Reviewed-on: #1
This commit is contained in:
Lucas Jensen
2025-03-15 04:27:49 +00:00
parent 3e27343a30
commit 77003707ab
4 changed files with 5 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# The Grapefruits Duo
Frontend client for Eugene, OR based chamber music duo, The Grapefruits Duo. Publicly available at [thegrapefruitsduo.com](https://thegrapefruitsduo.com/). This client consumes a RESTful API built with FastAPI and publicly available at [api.thegrapefruitsduo.com](https://api.thegrapefruitsduo.com/). Back-end source code available on [GitHub](https://github.com/ljensen505/thegrapefruitsduo-back).
Frontend client for Eugene, OR based chamber music duo, The Grapefruits Duo. Publicly available at [thegrapefruitsduo.com](https://thegrapefruitsduo.com/). This client consumes a RESTful API built with FastAPI and publicly available at [api.thegrapefruitsduo.com](https://api.thegrapefruitsduo.com/). Back-end source code available on [here](https://gitea.lucasjensen.me/lucasjensen/TheGrapefruitsDuo/src/branch/main/server).
## Features
@@ -9,7 +9,8 @@ The customer-facing page for this SPA is relatively simple. It includes sections
### Getting started
```bash
git clone git@github.com:ljensen505/TheGrapefruitsDuo.git
git clone https://gitea.lucasjensen.me/lucasjensen/TheGrapefruitsDuo.git
# or consult Gitea for ssh uri
```
```bash