mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-02 04:39:28 +00:00
361 B
361 B
NVM installieren
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
oder
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
Node.js installieren
nvm install --lts
package.json
npm install
Rollup build
einmalig:
npm run build
als watch bei Änderungen:
npm run watch