No description
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| .github/workflows | ||
| src | ||
| .gitignore | ||
| LICENSE | ||
| make | ||
| README.md | ||
| shell.nix | ||
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