Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# installation sur jeedom npm install -g pm2 cd frontend pm2 start yarn --name frontend -- dev cd .. cd backend pm2 start server.js --name backend --node-args="--openssl-legacy-provider" cd .. pm2 startup pm2 save pm2 logs https://github.com/arnobase/nfc-ui ## install du Service sudo cp webapps.service /etc/systemd/system/ chmod +x start-servers.sh sudo systemctl daemon-reload sudo systemctl enable webapps sudo systemctl start webapps