quadre-code / quadre

An open source code editor for the web, written in JavaScript, HTML and CSS.
MIT License
5 stars 1 forks source link

Quadre

Windows, Mac, Linux: Build Status

This project is based on a fork of Brackets-Electron which was a fork of Adobe Brackets.
It was started with the idea to experiment and try new things.
If you are looking for the successor of Adobe Brackets after its sunset on 1 spetember 2021, you should go to Brackets.

How did Brackets-Electron differ to regular Brackets?

Brackets-Electron x.y.z will follow x.y of Brackets releases, with z being reserved for patches and merges of latest features which are available in brackets master repository and planned to be released in the next version. This way you can preview the upcoming features without running brackets from source.

How does Quadre differ?

Quadre will probably make many breaking changes along the road.

How to hack

run npm run dev in one terminal, npm start in the other, be sure to do the usual updates (git pull, git submodule update, npm install, etc) before.

How to build from master

git clone https://github.com/quadre-code/quadre
cd quadre
git submodule update --init
npm install
npm run dist

You'll find runnable Quadre in dist-build directory.


Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.