Skip to content

Commit 43cf918

Browse files
Update README.md
1 parent d0c6906 commit 43cf918

1 file changed

Lines changed: 18 additions & 7 deletions

File tree

README.md

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,27 @@ View updates and progress at https://litleagues.com/newsroom
99

1010
## Tech Stack
1111
- Language: [Swift](https://www.swift.org) 5.10 (slowly progressing to 6.0)
12-
- IDE: [Visual Studio Code](https://code.visualstudio.com), rarely [Xcode](https://developer.apple.com/xcode/)
13-
- Website: HTML, JavaScript, CSS, [Swift HTMLKit](https://github.com/RandomHashTags/swift-htmlkit)
14-
- Networking: [Vapor](https://github.com/vapor/vapor), [Destiny](https://github.com/RandomHashTags/destiny) (switching to when stable), [nginx](https://nginx.org) (only for reverse proxy)
15-
- SSL: [Certbot](https://certbot.eff.org), [Let's Encrypt](https://letsencrypt.org)
16-
- DNS: Porkbun (previously Google Domains, and [Squarespace](https://www.squarespace.com))
17-
- Database: [Fluent](https://github.com/vapor/fluent), [Fluent PostgreSQL](https://github.com/vapor/fluent-postgres-driver), [PostgreSQL](https://www.postgresql.org)
12+
- IDE:
13+
- [Visual Studio Code](https://code.visualstudio.com)
14+
- [Xcode](https://developer.apple.com/xcode/) (rarely)
15+
- Website:
16+
- HTML, JavaScript, CSS
17+
- [Swift HTMLKit](https://github.com/RandomHashTags/swift-htmlkit)
18+
- Networking:
19+
- [Vapor](https://github.com/vapor/vapor) (switching to [Destiny](https://github.com/RandomHashTags/destiny) when stable)
20+
- [nginx](https://nginx.org) (only for reverse proxy)
21+
- TLS/SSL:
22+
- [Certbot](https://certbot.eff.org)
23+
- [Let's Encrypt](https://letsencrypt.org)
24+
- DNS: Porkbun (previously Google Domains and [Squarespace](https://www.squarespace.com))
25+
- Database:
26+
- [Fluent](https://github.com/vapor/fluent)
27+
- [Fluent PostgreSQL](https://github.com/vapor/fluent-postgres-driver)
28+
- [PostgreSQL](https://www.postgresql.org)
1829
- Mail Server: [Postfix](https://en.wikipedia.org/wiki/Postfix_(software))
1930
- Physical Server: Locally hosted [AMD Threadripper](https://www.techpowerup.com/cpu-specs/ryzen-threadripper-1900x.c1912) running [Arch Linux](https://en.wikipedia.org/wiki/Arch_Linux)
2031

21-
Some custom written stuff include Swift [Macros](https://docs.swift.org/swift-book/documentation/the-swift-programming-language/macros/), advanced caching system via Swift [Actors](https://docs.swift.org/swift-book/documentation/the-swift-programming-language/concurrency/#Actors), localization system to support other languages, and minification logic for javascript & css files for production.
32+
Some custom written stuff include Swift [Macros](https://docs.swift.org/swift-book/documentation/the-swift-programming-language/macros/), advanced caching system via Swift [Actors](https://docs.swift.org/swift-book/documentation/the-swift-programming-language/concurrency/#Actors), localization system to support multiple languages, and minification logic for javascript & css files for production.
2233

2334
## Features
2435
- Generates league schedules and tournament brackets in seconds

0 commit comments

Comments
 (0)