It's the year of serverlesslessness so we rebuild the FT22's charger display, but with more webdev
Go to file
Jasper Blanckenburg 1da81476f7 Move SSE client to its own module 2024-09-06 13:42:21 +02:00
src Move SSE client to its own module 2024-09-06 13:42:21 +02:00
static Initial commit 2024-05-28 23:08:28 +02:00
.eslintignore Initial commit 2024-05-28 23:08:28 +02:00
.eslintrc.cjs Initial commit 2024-05-28 23:08:28 +02:00
.gitignore Initial commit 2024-05-28 23:08:28 +02:00
.npmrc Initial commit 2024-05-28 23:08:28 +02:00
.prettierignore Initial commit 2024-05-28 23:08:28 +02:00
.prettierrc Initial commit 2024-05-28 23:08:28 +02:00
README.md Initial commit 2024-05-28 23:08:28 +02:00
package-lock.json Unmarshal messages client side 2024-09-05 22:24:01 +02:00
package.json Unmarshal messages client side 2024-09-05 22:24:01 +02:00
pnpm-lock.yaml Use tailwind 2024-05-29 19:33:49 +02:00
postcss.config.js Use tailwind 2024-05-29 19:33:49 +02:00
svelte.config.js Initial commit 2024-05-28 23:08:28 +02:00
tailwind.config.js Use tailwind 2024-05-29 19:33:49 +02:00
tsconfig.json Initial commit 2024-05-28 23:08:28 +02:00
vite.config.ts Unmarshal messages client side 2024-09-05 22:24:01 +02:00

README.md

charger-display-svelte

Setup

pnpm install
# Make sure the socketcan adapter is set up and available at can0
pnpm run dev --open