A very basic python editor written in TypeScript, it uses lezer parser as a dependency to highlight syntax.
- Clone repo -
git clone https://github.com/asceznyk/pyrate - Install all the depenencies -
npm install - Compile TypeScript into JavaScript -
npx tsc -p tsconfig.json - Bundle all the JS -
npm run build - Run app on the browser -
node index.js - Type
http://localhost:3000on the browser