Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/solidsnack/tc
Simple, short IDs
https://github.com/solidsnack/tc
Last synced: about 1 month 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 (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-24T03:32:38.000Z (6 months ago)
- Last Synced: 2024-06-24T04:25:12.477Z (6 months ago)
- Language: Kotlin
- Size: 185 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
```