Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/solidsnack/tc

Simple, short IDs
https://github.com/solidsnack/tc

Last synced: about 1 month ago
JSON representation

Simple, short IDs

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