Front-end and web-server to interact with the funcons REPL
Start in the root directory and run
npm install
npm run buildThen change to the server directory and install the server dependencies
cd server
npm installFrom the server directory, run the following snippet.
export FUNCONS_REPL=<location_to_repl>; npm startAfter, you can open the index.html in a browser and a terminal connected to a funcons-repl should show up.