Lightweight Text editor with Syntax highlighting
You can choose between 11 different themes with each having a light and dark mode option or add your own theme and background image.
Go to the Releases, download the latest installer for your OS and install it.
You need to have Node.js, npm and git installed.
Clone this repository:
git clone https://github.com/KartoffelChipss/FeatherFlow
Move to the apps directory, install all dependencies and start the app:
cd FeatherFlow
npm install
npm run start
If you want to build an installer yourself use one of the following commands:
- MacOS:
npm run dist:mac
- Linux:
npm run dist:linux
- Windows:
npm run dist:win