Hello world

This commit is contained in:
Brandon Dyck 2024-06-09 18:01:15 -06:00
commit 5bad3872b6
4 changed files with 10 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
redbean*.com

7
Makefile Normal file
View File

@ -0,0 +1,7 @@
.PHONY: run
run: redbean/redbean-2.2.com
redbean/redbean-2.2.com -D src
redbean/redbean-2.2.com:
wget --directory-prefix redbean https://redbean.dev/redbean-2.2.com
chmod a+x redbean/redbean-2.2.com

1
src/.init.lua Normal file
View File

@ -0,0 +1 @@
LaunchBrowser()

1
src/index.html Normal file
View File

@ -0,0 +1 @@
<h1>It works!</h1>