Fixed coloring and mobile layout

This commit is contained in:
2024-04-30 19:55:53 +09:00
parent fe3bec2e91
commit 2fdf7ac126
2 changed files with 74 additions and 4 deletions

3
live-server Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
podman run -it --rm -v .:/app:z -p 5173:5173 node:latest /bin/bash -c 'cd /app; npm i; npm run dev:public'