Add helper scripts

This commit is contained in:
2024-11-02 21:39:43 +11:00
parent 2018163107
commit 0eeba66b38
3 changed files with 15 additions and 4 deletions
+4 -4
View File
@@ -806,14 +806,14 @@ video {
min-width: 100%;
}
.max-w-3xl {
max-width: 48rem;
}
.max-w-4xl {
max-width: 56rem;
}
.max-w-6xl {
max-width: 72rem;
}
.max-w-7xl {
max-width: 80rem;
}
Executable
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
set -eu
source 3.12/bin/activate
echo "Starting Django development server..."
python manage.py runserver
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
set -eu
source 3.12/bin/activate
echo "Starting Tailwind CSS compiler..."
python manage.py tailwind start