A severely WIP desktop client for the fluxspace MUD engine.
First, make sure you have fluxspace running on localhost
, then:
cd fluxportal
yarn
yarn run dev
electron ./main.js
Run the Elm test-suite with: yarn test
.
Note: running electron ./main.js
doesn't work from within a tmux session.