Hello world
This commit is contained in:
commit
5bad3872b6
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
redbean*.com
|
7
Makefile
Normal file
7
Makefile
Normal 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
1
src/.init.lua
Normal file
@ -0,0 +1 @@
|
|||||||
|
LaunchBrowser()
|
1
src/index.html
Normal file
1
src/index.html
Normal file
@ -0,0 +1 @@
|
|||||||
|
<h1>It works!</h1>
|
Loading…
Reference in New Issue
Block a user