An open source code editor for the web, written in JavaScript, HTML and CSS.
Перейти к файлу
David Humphrey (:humph) david.humphrey@senecacollege.ca e0dbe347fd Update to show highlight-line 2015-11-30 12:32:50 -05:00
dist
samples
src
tasks
test
tools
.brackets.json
.gitattributes
.gitignore
.gitmodules
.jshintrc
.travis.yml
CONTRIBUTING.md
Gruntfile.js
LICENSE
NOTICE
README.md
env.dist
package.json

README.md

Bramble is based on Brackets

Brackets is a modern open-source code editor for HTML, CSS and JavaScript that's built in HTML, CSS and JavaScript.

Brackets is at 1.0 and we're not stopping there. We have many feature ideas on our trello board that we're anxious to add and other innovative web development workflows that we're planning to build into Brackets. So take Brackets out for a spin and let us know how we can make it your favorite editor.

You can see some screenshots of Brackets on the wiki, intro videos on YouTube, and news on the Brackets blog.

The text editor inside Brackets is based on CodeMirror—thanks to Marijn for taking our pull requests, implementing feature requests and fixing bugs! See Notes on CodeMirror for info on how we're using CodeMirror.

How to setup Bramble (Brackets) in your local machine

Step 01: Make sure you fork and clone Bramble.

$ git clone https://github.com/[yourusername]/brackets --recursive

Step 02: Install its dependencies

Navigate to the root of the directory you cloned and run

$ npm install
$ git submodule update --init
Grunt commands to be added

Step 03: Run Bramble:

Run one of the suggested local servers (or your own) from the root directory of Bramble:

Assuming you have Bramble running on port 8080. Now you can visit http://localhost:8080/src.


After installation

After you have everything setup, you can now run the server you chose in the root of your local Bramble directory and see it in action by visiting http://localhost:8080/src.