Merge pull request #17 from ljensen505/update-readme

further readme updates
This commit is contained in:
Lucas Jensen
2024-05-26 17:07:51 -07:00
committed by GitHub
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.
[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

View File

@@ -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