xrsh/README.md
Leon van Kammen 347cd14203
All checks were successful
/ test (push) Successful in 5s
bugfixes
2024-01-08 20:32:27 +00:00

902 B

xrsh

Wiki / Roadmap

See the wiki here

Install

No need! Just surf to the public version here or download the standalone binary in the releases section
The apps live in the apps-repo.

Developers

$ git clone https://forgejo.isvery.ninja/xrsh/xrsh
$ git clone https://forgejo.isvery.ninja/xrsh/xrsh-apps
$ cd xrsh/src
$ ln -s ../../xrsh-apps/app .
$ ln -s ../../xrsh-apps/com .

now surf to xrsh/src/index.html

developers: run ./make dev (spins up a redbean.com https-server)

NOTE: if you value optimization over prototype-ability, you can minify the code by running cd src && npm install parcel && parcel index.html