No description
Find a file
Leon van Kammen 6266b443c6
All checks were successful
/ mirror_to_github (push) Successful in 20s
/ test (push) Successful in 4s
added website
2024-04-30 17:40:28 +02:00
.forgejo/workflows mirror_to_github action++++++ 2024-04-30 14:55:48 +02:00
.github/workflows added website 2024-04-30 17:40:28 +02:00
src work in progress [might break] 2024-04-19 16:43:24 +02:00
.gitignore 1st commit 2023-11-01 11:21:41 +01:00
index.html added website 2024-04-30 17:40:28 +02:00
LICENSE Initial commit 2023-11-01 11:14:44 +01:00
make work in progress 2024-01-03 12:44:29 +00:00
README.md bugfixes 2024-01-08 20:32:27 +00:00
shell.nix work in progress [might break] 2024-01-01 13:01:15 +00:00

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