Compare commits
No commits in common. "bcf0d04de61e28f29f95b5f09042a05416f98703" and "030d5e432e12232f8bf943e480f8cb48500c5106" have entirely different histories.
bcf0d04de6
...
030d5e432e
8
.idea/.gitignore
vendored
Normal file
8
.idea/.gitignore
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
# Default ignored files
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# Editor-based HTTP Client requests
|
||||
/httpRequests/
|
||||
# Datasource local storage ignored files
|
||||
/dataSources/
|
||||
/dataSources.local.xml
|
6
.idea/misc.xml
Normal file
6
.idea/misc.xml
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="MarkdownSettingsMigration">
|
||||
<option name="stateVersion" value="1" />
|
||||
</component>
|
||||
</project>
|
@ -1,11 +1,10 @@
|
||||
Cat detection
|
||||
|
||||
Quick guide:
|
||||
1. install docker
|
||||
2. build image with `./scripts/build_image.bat`
|
||||
3. run container with `./scripts/start.bat`
|
||||
1. run ./scripts/build_image.bat
|
||||
2. run ./scripts/start.bat
|
||||
|
||||
Quick tests guide:
|
||||
1. run unit tests `./scripts/run_tests.bat`
|
||||
1. run ./scripts/run_tests.bat
|
||||
|
||||
Have fun!
|
Loading…
Reference in New Issue
Block a user