Skip to content

RolandoAndrade/stepcode-editor

Repository files navigation

StepCode Editor

This is a web-based editor for the StepCode language. It is written in TypeScript and uses the CodeMirror editor.

Demo

You can try the editor here.

StepCode Editor screenshot

Motivation

The main motivation for this project is to provide a web-based editor for the StepCode language. StepCode is a pseudo-code language for writing step-by-step instructions. It is designed to be easy to read and write, and to be easily converted to other languages. It is based on the syntax of PSeInt, a pseudo-code language for teaching programming.

Development

To run the editor locally, you must first install the dependencies:

npm install

Then, you can run the editor with the following command:

npm run dev

This will start a development server at http://localhost:5173.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

This is a web-based editor for the StepCode language

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published