IcicleDevelop icon indicating copy to clipboard operation
IcicleDevelop copied to clipboard

A freezing cold development environment

IcicleDevelop

An open source, cross-platform IDE that provides powerful tools for development. Built upon the ElectronJS framework and uses CodeMirror for the text editor.

Ice Cold Development Environment

screenshot

Contributing

Helpful contributions are always welcome. Check out Contributing to see how you can contribute. Read this before opening an issue or pull request.

Installing

You can install the compiled program in the releases page. IcicleDevelop is cross platform and thus can be run on Windows, Mac, or Linux. If you want, compile from source.

Setting up

You're going to need Node installed, which comes with npm.

First, in the project directory, run:

npm install

To start the program, run one of these:
Running the latter with allow you to access Developer tools.

npm run start
npm run start-dev

Compiling

Note: Developers don't need to compile the program for development, this is if you want a compiled binary.

npm run dist:<OS-Name>

<OS-Name> should be subsituted with win, mac, or linux. If you try to build for a different operating system than the one you are using, it will fail.

All of the targetted built binaries will show up in the dist folder.

Email: [email protected]