Move y'all

This commit is contained in:
Your Name
2026-04-01 18:33:10 -03:00
parent 864cc2ed15
commit 6266bbb780
22 changed files with 0 additions and 0 deletions
Executable
+20
View File
@@ -0,0 +1,20 @@
#!/bin/bash
#!/bin/bash
# Simple static file server with live reload
# Requires Node.js and live-server
# Check if live-server is installed
if ! command -v live-server &> /dev/null
then
echo "Installing live-server..."
npm install -g live-server
fi
# Serve the current directory with auto-reload
echo "Starting live-server on http://localhost:8080 ..."
live-server .