Initial vibecoded proof of concept
This commit is contained in:
parent
74812459af
commit
461318a656
61 changed files with 13306 additions and 0 deletions
5
Makefile
Normal file
5
Makefile
Normal file
|
@ -0,0 +1,5 @@
|
|||
.PHONY: deps
|
||||
deps:
|
||||
luarocks install --local luasql-sqlite3
|
||||
luarocks install --local busted
|
||||
luarocks install --local lyaml
|
Loading…
Add table
Add a link
Reference in a new issue