sophiajt / jakt-playground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jakt-playground

  • sandbox - A Docker image that is being used for running untrusted user code
  • backend - A server to handle http requests
  • frontend - UI of the playground

NOTE

This project is still in heavy development, missing features and bugs are to be expected!

TODO

  • Better documentation
  • Refactoring to improve code quality.

Building the Image

bash ./sandbox/setup.sh

Starting the Server

cd backend && cargo run

Starting the Frontend

cd frontend && yarn install && yarn dev

Building the Frontend

cd frontend && yarn install && yarn build

About

License:BSD 2-Clause "Simplified" License


Languages

Language:Rust 43.5%Language:TypeScript 41.5%Language:Shell 4.6%Language:Dockerfile 3.5%Language:CSS 3.2%Language:HTML 2.4%Language:JavaScript 1.4%