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

https://github.com/vanniktech/playground

Empty project with basic dependencies for testing a few things out.
https://github.com/vanniktech/playground

Last synced: 8 months ago
JSON representation

Empty project with basic dependencies for testing a few things out.

Awesome Lists containing this project

README

          

Playground
==========

- Android: `./gradlew installDebug`
- iOS: XCode ...
- Desktop: `./gradlew composeApp:run`
- Server: `./gradlew server:run`
- Server: `./gradlew server:shadowJar && java -jar server/build/libs/server-all.jar`

**Unsupported:**

- Web/Wasm: `./gradlew composeApp:wasmJsBrowserDevelopmentRun`