From 77003707abb64a9f9ba80494d5174cc1da5e2ce8 Mon Sep 17 00:00:00 2001 From: Lucas Jensen Date: Sat, 15 Mar 2025 04:27:49 +0000 Subject: [PATCH] update-readme (#1) Reviewed-on: https://gitea.lucasjensen.me/lucasjensen/TheGrapefruitsDuo/pulls/1 --- {.github => .gitea}/workflows/client-build.yml | 0 {.github => .gitea}/workflows/server-build.yml | 0 README.md | 4 ++-- client/README.md | 5 +++-- 4 files changed, 5 insertions(+), 4 deletions(-) rename {.github => .gitea}/workflows/client-build.yml (100%) rename {.github => .gitea}/workflows/server-build.yml (100%) diff --git a/.github/workflows/client-build.yml b/.gitea/workflows/client-build.yml similarity index 100% rename from .github/workflows/client-build.yml rename to .gitea/workflows/client-build.yml diff --git a/.github/workflows/server-build.yml b/.gitea/workflows/server-build.yml similarity index 100% rename from .github/workflows/server-build.yml rename to .gitea/workflows/server-build.yml diff --git a/README.md b/README.md index 42711d4..fdfa935 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ This repo is for Eugene based chamber duo, The Grapefruits Duo. It roughly follo More info on each part of the project can be found in their respective directories, along with setup instructions. The application is served from a Linode Ubuntu 22.04 instance running NGINX and SSL certificates from Let's Encrypt. -- [Client](https://github.com/ljensen505/TheGrapefruitsDuo/tree/main/client) -- [Server](https://github.com/ljensen505/TheGrapefruitsDuo/tree/main/server) +- [Client](https://gitea.lucasjensen.me/lucasjensen/TheGrapefruitsDuo/src/branch/main/server) +- [Server](https://gitea.lucasjensen.me/lucasjensen/TheGrapefruitsDuo/src/branch/main/client) ## Auth diff --git a/client/README.md b/client/README.md index 3ec0415..4324d2a 100644 --- a/client/README.md +++ b/client/README.md @@ -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