Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.03 KB

readme.md

File metadata and controls

31 lines (21 loc) · 1.03 KB

Camarao-editor

This is a desktop app made for programming with Potigol, the modern programming language for beginners. It's built with Electron API with ACE. This app works on Windows, macOS and Linux operating systems.


Using

You'll need Node.js and npm installed on your computer in order to build this app.

$ git clone https://github.com/jonaselan/camarao-editor
$ cd camarao-editor
$ npm install
$ npm start

For easier developing you can launch the app with DevTools open:

$ npm test

TODO

  • Highlight for Potigol
  • Make the menu for open/save files
  • Create tab option*
  • Add icon

'*' The tabs implementation was done in the branch tab with CodeMirror, but in this case it occurred a issue with save/open option. Btw, feel free to fix that :)