aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/development.md
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2024-04-22 19:55:25 +0200
committerBastien Wirtz <bastien.wirtz@gmail.com>2024-04-22 19:55:25 +0200
commit0740fb31b530e125b1a64ba33bf7428f765c541d (patch)
tree7c37a23975cf0ebec1ceeb4f8dd51584181d689c /docs/development.md
parent8326eba25f3552496bcca644a4197c9533077afa (diff)
downloadhomer-0740fb31b530e125b1a64ba33bf7428f765c541d.tar.gz
homer-0740fb31b530e125b1a64ba33bf7428f765c541d.tar.zst
homer-0740fb31b530e125b1a64ba33bf7428f765c541d.zip
Switch package manager to pnpm
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