git clone git@github.com:ivoputzer/awesome-devops-and-cd-ed4.git
cd awesome-devops-and-cd-ed4
npm install
npm test
npm run dev
# runsparcel serve
which takes care of static assetsnpm run start
# usingnodemon
runsserver.js
which is based on http, express, socket.io
docker run -it alpine:latest /usr/bin/mkpasswd --method=sha-512
# - name: <github-username>
# comment: <full-name>
# password: <generated-password-hash>
# state: present
- @ivoputzer
- @matteomarchiori
- @lucafumagalli
- @pietro
- @giorgio
- @liviobi
- @AndreaMontemaggiore1
- @pcoletta
- @ssocolovschi
- @mattiafederici
- @robertomanzobip
- @tommasopiferi-bip
- @fdemontis
- @mstraface
- @Matteo R.
git pull --rebase origin master
npm run docker:build
npm run static:build
npm run docker
npm run static
git pull --rebase origin master
docker compose up -d