Compare commits

..

No commits in common. "bcf0d04de61e28f29f95b5f09042a05416f98703" and "030d5e432e12232f8bf943e480f8cb48500c5106" have entirely different histories.

3 changed files with 17 additions and 4 deletions

8
.idea/.gitignore vendored Normal file
View 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
View 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>

View File

@ -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!