This commit is contained in:
aleabodo 2024-07-04 16:12:33 +02:00
parent f4960ba8b6
commit 93d9f85200

View File

@ -106,13 +106,13 @@ You need Node and npm for building this project. I recomment installing and mana
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
nvm install node nvm install node
``` ```
On windows you can install Node from [here](pathname://https://nodejs.org/en).
Initialize the project and install dependencies: Initialize the project and install dependencies:
``` ```
npm install npm install
``` ```
On windows you can install Node from [here](pathname://https://nodejs.org/en).
### Local Development ### Local Development
``` ```