PMunch / nim-playground-frontend

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Nim 56.3%Language:CSS 37.9%Language:HTML 5.8%