aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/development.md
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2022-07-13 13:46:03 -0700
committerGitHub <noreply@github.com>2022-07-13 13:46:03 -0700
commitc11c45a661addf377ac5f4773ba39f5ef66ec155 (patch)
tree204cd561549dd6424d7e07c88b042e3bce62d608 /docs/development.md
parentd57821b5fa8b994bc4082f7565a072090ff288a1 (diff)
parent0eca982f8bc89bbac3ed4fee248fc53b7c4c0527 (diff)
downloadhomer-c11c45a661addf377ac5f4773ba39f5ef66ec155.tar.gz
homer-c11c45a661addf377ac5f4773ba39f5ef66ec155.tar.zst
homer-c11c45a661addf377ac5f4773ba39f5ef66ec155.zip
Merge pull request #482 from bastienwirtz/vuejs-3
Vuejs 3
Diffstat (limited to 'docs/development.md')
-rw-r--r--docs/development.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/development.md b/docs/development.md
index a22ae0b..85781a1 100644
--- a/docs/development.md
+++ b/docs/development.md
@@ -5,11 +5,11 @@ If you want to contribute to Homer, please read the [contributing guidelines](ht
5```sh 5```sh
6# Using yarn (recommended) 6# Using yarn (recommended)
7yarn install 7yarn install
8yarn serve 8yarn dev
9 9
10# **OR** Using npm 10# **OR** Using npm
11npm install 11npm install
12npm run serve 12npm run dev
13``` 13```
14 14
15## Custom services 15## Custom services