Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 623 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 623 Bytes

Formula-Texteditor

Monaco Editor integrated with Tree-sitter using React and connected to an Express.js server using WebSockets

How to use

run yarn install, yarn run buildDev, yarn run buildProd, and yarn start in your terminal open http://localhost:8080/ in your browser.

  • (in-progress) run export NODE_OPTIONS=--openssl-legacy-provider in terminal if terminal gives an digital envelope routines::unsupported error

References