]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - dummy-data/README.md
Octoprint service (#324) (#560)
[github/bastienwirtz/homer.git] / dummy-data / README.md
index 6db4712edcb2abecd7b353f02bf05ad10c5a08eb..78b2243608b8a6af0ba62cd72403541f2e80c361 100644 (file)
@@ -3,6 +3,12 @@
 This directory content makes possible to test custom services cards or create a demo without actually running the service.
 The principle is simple: save a sample output of the API used in the service in a static file in this directory. The path must be identical as the service endpoint to be used seamlessly.
 
+## Start the mock server to expose dummy data
+
+```sh
+yarn mock
+```
+
 ## How to add a new services sample
 
 - create a directory for your service, and any sub-folder existing in the service api path.