Browse Source

Added instructions to ReadMe about installing Node.js

master
Silberengel 2 years ago
parent
commit
3ec02ea523
  1. 2
      README.md

2
README.md

@ -43,6 +43,8 @@ more text
## Developing ## 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: Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```bash ```bash

Loading…
Cancel
Save