From 846e9df98885e2cd43c8ff2bb9dec365dbe590f8 Mon Sep 17 00:00:00 2001 From: Lucas Jensen Date: Sun, 26 May 2024 17:06:26 -0700 Subject: [PATCH] further readme updates --- README.md | 4 ++-- client/README.md | 7 +++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d495756..42711d4 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://github.com/ljensen505/TheGrapefruitsDuo/tree/main/client) +- [Server](https://github.com/ljensen505/TheGrapefruitsDuo/tree/main/server) ## Auth diff --git a/client/README.md b/client/README.md index 59d8d85..3ec0415 100644 --- a/client/README.md +++ b/client/README.md @@ -9,11 +9,11 @@ The customer-facing page for this SPA is relatively simple. It includes sections ### Getting started ```bash -git clone https://github.com/ljensen505/thegrapefruitsduo-front +git clone git@github.com:ljensen505/TheGrapefruitsDuo.git ``` ```bash -cd thegrapefruitsduo-front +cd client ``` ```bash @@ -36,10 +36,9 @@ Initialized with Vite. ### Deployment Info - Hosted on a Linode server running Ubuntu 22.04 -- Reverse proxy managed with Nginx on port 6001 +- Reverse proxy managed with Nginx - SSL certificate provided by Let's Encrypt - Managed with systemd -- DNS managed with Google Domains (for now...) ### Development Notes