/nim-playground-frontend

The front-end for https://play.nim-lang.org

Primary LanguageNim

Nim playground front-end

This is the front-end for the Nim playground, built in Nim using karax.

The back-end code can be found at https://github.com/PMunch/nim-playground.

Compiling

To build the frontend, first clone this repository

git clone https://github.com/PMunch/nim-playground-frontend

then enter the directory and compile the frontend

cd nim-playground-frontend
nim js -d:release -o:./assets/frontend.js ./frontend.nim

Finally, serve index.html.