Compare commits
3 commits
300916db35
...
ecebb821b6
Author | SHA1 | Date | |
---|---|---|---|
ecebb821b6 | |||
bd59c32fd0 | |||
11e4b517f7 |
3 changed files with 5 additions and 5 deletions
5
.github/renovate.json5
vendored
5
.github/renovate.json5
vendored
|
@ -1,6 +1,3 @@
|
||||||
{
|
{
|
||||||
"$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,3 +38,6 @@ 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-workshop
|
1) Clone the `ai-lc4j-workshop` repository - https://git.kvant.cloud/phoenix/ai-lc4j-demos
|
||||||
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