elemental-to-web/README.md
2025-04-20 20:06:17 -04:00

17 lines
No EOL
771 B
Markdown

# Elemental to Web
*The bundled client is a demo and may not always be updated. Other clients will have better support for features and interface elements.*
This is a simple web proxy that manages users for [Elemental on Command Line](https://git.dervland.net/elemental/elemental-on-terminal).
## Hosting
This requires a directory ``bin`` containing a compiled executable from [Elemental on Command Line](https://git.dervland.net/elemental/elemental-on-terminal/releases).
There should also be a directory ``bin/elem_data`` with ``inv_base.txt`` from the tarball.
Now run the server:
```
npm i
node index.js
```
You can now connect via [Elemental from Browser](https://git.dervland.net/elemental/elemental-from-browser), with the URL parameter ``?server=URL_HERE``;