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.
- 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