Skip to content

TheCodingKittens/CK-UI

Repository files navigation

CK-UI - CodeMeow.

Build Status Coverage Status Quality Gate Status

This is the frontend repository of the CodeMeow project. This application provides users an additional visual layer to python's interactive programming console. That way, users are able see the state of their program in a graph representation, as well as the current memory state and possible output.

Installation

To start the frontend for CodeMeow, install all dependencies with npm install and then start the application with npm start.

For further information on how to use the our programming layer (e.g., commands and shortcuts), please refer to the wiki of this project.