Compare commits
1 commit
ecebb821b6
...
300916db35
Author | SHA1 | Date | |
---|---|---|---|
300916db35 |
3 changed files with 5 additions and 5 deletions
5
.github/renovate.json5
vendored
5
.github/renovate.json5
vendored
|
@ -1,3 +1,6 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
"local>phoenix/renovate-config"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -38,6 +38,3 @@ build/
|
||||||
.DS_Store
|
.DS_Store
|
||||||
/.idea/
|
/.idea/
|
||||||
/ict-scouts/
|
/ict-scouts/
|
||||||
|
|
||||||
### Audio files ###
|
|
||||||
demo-08-beiman/src/main/resources/audio/
|
|
|
@ -27,7 +27,7 @@ You are going to play (and hopefully enjoy) with:
|
||||||
|
|
||||||
|
|
||||||
# Run demos
|
# Run demos
|
||||||
1) Clone the `ai-lc4j-workshop` repository - https://git.kvant.cloud/phoenix/ai-lc4j-demos
|
1) Clone the `ai-lc4j-workshop` repository - https://git.kvant.cloud/phoenix/ai-lc4j-workshop
|
||||||
2) Move to your `ai-lc4j-workshop` folder
|
2) Move to your `ai-lc4j-workshop` folder
|
||||||
3) Move to the corresponding `demo-0x` folder
|
3) Move to the corresponding `demo-0x` folder
|
||||||
4) Execute `mvn clean quarkus:dev`
|
4) Execute `mvn clean quarkus:dev`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue