Skip to content
forked from adobe/brackets

An open source code editor for the web, written in JavaScript, HTML and CSS.

License

Notifications You must be signed in to change notification settings

milani/brackets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to AppJS port of Brackets!

This is the first iteration over porting Brackets to AppJS so it is not yet fully operational but a work in progress.

This port only works with AppJS v0.0.19 and above.

How to run Brackets

  • Install nodejs.
  • Use npm install to install the dependencies.
  • Use node --harmony app.js in the Brackets root to launch the application.

ATTENTION If you use Mac OSX:

  • Create a link to node 32bit in Brackets root directory ln -s $(which node) node
  • Download Contents.zip and extract it to Brackets root directory
  • Run Brackets using ./node --harmony app.js

About

An open source code editor for the web, written in JavaScript, HTML and CSS.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.4%
  • Other 0.6%