Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 357 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 357 Bytes

Isolated Text Editor

The Pulsar text editor, isolated from all other dependencies

Usage:

Install dependencies with yarn install

Rebuild dependencies for Electron with npx electron-rebuild

Then run with yarn start

Why?

So it's easier for us to test new things - performance improvements, compatibility with newer Electron versions, etc.