Added frontend, build scripts

This commit is contained in:
Seoxi Ryouko
2025-02-09 00:47:16 -06:00
parent b135bea535
commit 2936440103
7 changed files with 382 additions and 1 deletions

4
build Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
lsc -bc --no-header -o static/ web-src/script.ls
npx sass web-src/style.scss static/style.css
cargo $(basename $0) "${@:1}"