2024-05-28 21:30:31 +02:00
|
|
|
# charger-display-svelte
|
2024-05-28 23:08:28 +02:00
|
|
|
|
2024-05-28 21:30:31 +02:00
|
|
|
## Setup
|
2024-05-28 23:08:28 +02:00
|
|
|
|
2024-05-28 21:30:31 +02:00
|
|
|
```sh
|
|
|
|
pnpm install
|
|
|
|
# Make sure the socketcan adapter is set up and available at can0
|
|
|
|
pnpm run dev --open
|
2024-05-28 23:08:28 +02:00
|
|
|
```
|