Skip to content

Front-end and web-server to interact with the funcons REPL

Notifications You must be signed in to change notification settings

plancomps/funcons-online-repl

Repository files navigation

funcons-online-repl

Front-end and web-server to interact with the funcons REPL

Installation

Start in the root directory and run

npm install
npm run build

Then change to the server directory and install the server dependencies

cd server
npm install

Running

From the server directory, run the following snippet.

export FUNCONS_REPL=<location_to_repl>; npm start

After, you can open the index.html in a browser and a terminal connected to a funcons-repl should show up.

About

Front-end and web-server to interact with the funcons REPL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published