All Projects → PMunch → nim-playground-frontend

PMunch / nim-playground-frontend

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

Programming Languages

nim
578 projects
CSS
56736 projects
HTML
75241 projects

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].