]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - docs/development.md
Documentation update
[github/bastienwirtz/homer.git] / docs / development.md
index a22ae0b2b6b648a25a5dd8a08ff2ed327d025c04..85781a12ec2c678bcb0d03ad86f751414959cbc7 100644 (file)
@@ -5,11 +5,11 @@ If you want to contribute to Homer, please read the [contributing guidelines](ht
 ```sh
 # Using yarn (recommended)
 yarn install
-yarn serve
+yarn dev
 
 # **OR** Using npm
 npm install
-npm run serve
+npm run dev
 ```
 
 ## Custom services