Backlinks are tracked. The client has a nice editor UI (somewhat) now and also drafts File upload has been vaguely started on
2 lines
165 B
Bash
Executable File
2 lines
165 B
Bash
Executable File
#!/bin/sh
|
|
npx sass --watch -s compressed src/style.sass:static/style.css & npx esbuild --bundle src/client.js --outfile=static/client.js --sourcemap --minify --watch |