A coding playground for Dictu, a high-level dynamically typed, multi-paradigm, interpreted programming language. To know more about the language, vist the Dictu Docs
The repository has 2 parts, the frontend and the backend.
The backend is a node-express server that is run inside Docker containers.
The frontend is a react application which uses xterm.js for the web terminal.
Prerequisite - node
and npm
should be installed globally in your environment.
- Fork the repository and clone it in your local environment.
cd frontend
andnpm install
(Do the same with backend)npm start
to start the frontend. (Please refer to frontend for more commands)