Skip to content
Snippets Groups Projects

Ui refactor style

Merged Matthias Feyll requested to merge ui-refactor-style into ui-integration
2 files
+ 13
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 11
0
#!/usr/bin/env sh
docker run \
-it \
--rm \
-v $(pwd):/app \
-w /app \
-p 127.0.0.1:3000:3000 \
--network gosdn-csbi-arista-base-net \
node:20-alpine3.20 \
npx vite
Loading