aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/development.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/development.md')
-rw-r--r--docs/development.md9
1 files changed, 2 insertions, 7 deletions
diff --git a/docs/development.md b/docs/development.md
index 85781a1..5c05bcc 100644
--- a/docs/development.md
+++ b/docs/development.md
@@ -3,13 +3,8 @@
3If you want to contribute to Homer, please read the [contributing guidelines](https://github.com/bastienwirtz/homer/blob/main/CONTRIBUTING.md) first. 3If you want to contribute to Homer, please read the [contributing guidelines](https://github.com/bastienwirtz/homer/blob/main/CONTRIBUTING.md) first.
4 4
5```sh 5```sh
6# Using yarn (recommended) 6pnpm install
7yarn install 7pnpm dev
8yarn dev
9
10# **OR** Using npm
11npm install
12npm run dev
13``` 8```
14 9
15## Custom services 10## Custom services