Commit Graph

62 Commits

Author SHA1 Message Date
Emmanuel Pelletier
001ca61773 using latest integration package on website 2024-05-02 12:22:53 +02:00
Emmanuel Pelletier
5aabe78fba woops: fix missing entity field in services data, it broke TS 2024-05-02 12:16:34 +02:00
Emmanuel Pelletier
54c3a545b7 integration v0.1.1 2024-05-02 12:10:44 +02:00
Emmanuel Pelletier
ab7cf18638 adding services to the gaufre button
hiding audioconf for now as i dont have any logo
2024-05-02 12:07:25 +02:00
Emmanuel Pelletier
73beeaf9ec adding main readme 2024-05-02 11:16:08 +02:00
Emmanuel Pelletier
eef8ec0d3c replace astro default favicon with our own 2024-05-02 11:12:26 +02:00
Emmanuel Pelletier
b20d116746 scalingo server: dont listen only on localhost so that the server works 2024-05-02 10:53:51 +02:00
Emmanuel Pelletier
472e54237e stop using prettier only to indent our html
it weighted *a lot* just for that. now we use a tiny function
that only break lines between html tags, not as good but the JS
weight gain is huge
2024-05-02 10:52:58 +02:00
Emmanuel Pelletier
21521277b0 misc changes on website:
- correct a few content mistakes
- activate compression on production server
- suppress a few TS warnings (with anys, I know)
2024-05-02 09:48:59 +02:00
Emmanuel Pelletier
14044e95a4 serving built app on port 3000 when starting with fastify
this eases up scalingo deployment
2024-05-02 01:11:01 +02:00
Emmanuel Pelletier
0ce04a420d fix website integration dependency 2024-05-02 00:47:54 +02:00
Emmanuel Pelletier
d9859f1564 first commit:
- we have a static astro website under /website. It has the
implementation docs of the homepage/gaufre templates, and it handles the
few API endpoints (the gaufre js, backgrounds, logos)
- we have a vite app under /packages/integration. It has the react
components generating the homepage and the gaufre button, and their css.
Its used to generate an npm package
2024-05-02 00:35:38 +02:00