(widgets) import widgets code from Messages and setup Docker workflow (#33)

This adds Gaufre v2 with source, documentation, examples and built artefacts.
Also includes the feedback widget from Messages.
This commit is contained in:
Sylvain Zimmer
2025-11-19 15:18:21 +01:00
committed by GitHub
parent 3b2f083d3f
commit 720ee9f4f0
53 changed files with 5375 additions and 4 deletions

View File

@@ -7,12 +7,12 @@
"node": "20"
},
"scripts": {
"dev": "astro dev",
"dev": "astro dev --port 8930 --host 0.0.0.0",
"start": "node ./server.mjs",
"build-backgrounds": "node ./bin/build-services-backgrounds.mjs",
"gaufre-glyphhanger-cmd": "node ./bin/gaufre-font-cmd.mjs",
"build": "astro check && npm run build-backgrounds && astro build",
"preview": "astro preview",
"preview": "astro preview --port 8930 --host 0.0.0.0",
"astro": "astro"
},
"dependencies": {