aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Silberengel <153727378+SilberWitch@users.noreply.github.com>2024-07-15 22:46:32 +0200
committerLibravatar Silberengel <153727378+SilberWitch@users.noreply.github.com>2024-07-15 22:46:32 +0200
commit3ec02ea5235abd446f5df367a1f85ce5d143ae2a (patch)
treee8361ddfc533760fe0d2089c64c783fb4c4490e4
parent1c1763eb2de3efe1f6dc1776787e4c0734f3425b (diff)
Added instructions to ReadMe about installing Node.js
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index d0ffb2f..c3d8a94 100644
--- a/README.md
+++ b/README.md
@@ -43,6 +43,8 @@ more text
## Developing
+Make sure that you have [Node.js](https://nodejs.org/en/download/package-manager) installed.
+
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```bash