Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/droidion/opus-classical-kotlin
https://github.com/droidion/opus-classical-kotlin
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/droidion/opus-classical-kotlin
- Owner: Droidion
- Created: 2024-05-02T19:12:03.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-04T08:16:52.000Z (6 months ago)
- Last Synced: 2024-05-30T02:16:50.544Z (5 months ago)
- Language: Kotlin
- Size: 212 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Opus Classical: Kotlin Version
Checking out Kotlin by doing a simle website.
## How to run
Have Node.js LTS installed.
Have JVM 21 installed.
Install npm packages `$ npm i`.
Compile Tailwind styles `$ npm run build`.
Create `.env` file:
```env
DB_URL=jdbc:postgresql://db.neon.tech/opusclassical?user=user&password=password&sslmode=require
```Run Gradle command `$ ./gradlew run`.