Desktop Application for Mac, Windows and Linux to use the Appcelerator Documentation offline. Uses GitHub's Electron.
Get the installers via Releases.
Instructions to update and build the app from source.
-
Max OS X
-
NodeJS 0.12
-
Wine:
brew update && brew upgrade brew install Caskroom/cask/xquartz brew install wine makensis
- Clone (a fork of) this repository
- Install dependencies:
npm install
- Run
npm run build
to download the latest CI docs, build the apps and create the installers - Create a release and attach the files in dist.
You can use node build <step>
to run individual steps of the build process when you are debugging errors.
See LICENSE.