Add web client

This commit is contained in:
2022-06-02 14:09:27 -07:00
parent 6ee3602128
commit 328be35ae2
6 changed files with 184 additions and 0 deletions

3
client/web/Makefile Normal file
View File

@@ -0,0 +1,3 @@
lrpc.js: convert.rb lrpc.rb
bundle install
ruby convert.rb > lrpc.js