https://github.com/solidsnack/tc
Simple, short IDs
https://github.com/solidsnack/tc
Last synced: 2 months ago
JSON representation
Simple, short IDs
- Host: GitHub
- URL: https://github.com/solidsnack/tc
- Owner: solidsnack
- License: unlicense
- Created: 2024-06-08T05:11:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-30T18:23:02.000Z (9 months ago)
- Last Synced: 2025-10-10T10:25:14.076Z (8 months ago)
- Language: Kotlin
- Size: 186 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Building & Running the Application
Build the shadow JAR with Gradle:
```bash
./gradlew shadowJar
```
Or:
```bash
./gradlew --offline shadowJar
```
Then run the copy of the JAR:
```bash
java -jar build/app.jar
```