Vitalink webcomponents test page, based on https://www.npmjs.com/package/@smals-belgium-shared/vitalink-webcomponents
- Clone the repository in a desired location:
git clone git@github.com:gwenbleyen87/vitalink_webcomponents.git. - Execute
npm installin terminal/command prompt. - Execute
node server.js. - In a webbrowser by choice, navigate to
http://localhost:3001to access the testing page.
- Building image:
docker buildx build --platform linux/amd64 -t gwenbleyen/vitalink-webcomponents:amd64 --push .
OR
docker buildx build --platform linux/arm64 -t gwenbleyen/vitalink-webcomponents:arm64 --push .