further readme updates

This commit is contained in:
Lucas Jensen
2024-05-26 17:06:26 -07:00
parent 8015e094be
commit 846e9df988
2 changed files with 5 additions and 6 deletions

View File

@@ -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. 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) - [Client](https://github.com/ljensen505/TheGrapefruitsDuo/tree/main/client)
[Server](https://github.com/ljensen505/TheGrapefruitsDuo/tree/main/server) - [Server](https://github.com/ljensen505/TheGrapefruitsDuo/tree/main/server)
## Auth ## Auth

View File

@@ -9,11 +9,11 @@ The customer-facing page for this SPA is relatively simple. It includes sections
### Getting started ### Getting started
```bash ```bash
git clone https://github.com/ljensen505/thegrapefruitsduo-front git clone git@github.com:ljensen505/TheGrapefruitsDuo.git
``` ```
```bash ```bash
cd thegrapefruitsduo-front cd client
``` ```
```bash ```bash
@@ -36,10 +36,9 @@ Initialized with Vite.
### Deployment Info ### Deployment Info
- Hosted on a Linode server running Ubuntu 22.04 - 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 - SSL certificate provided by Let's Encrypt
- Managed with systemd - Managed with systemd
- DNS managed with Google Domains (for now...)
### Development Notes ### Development Notes