Skip to content

appcelerator-labs/appc-docs-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Appcelerator Docs Desktop App EXPERIMENTAL

Desktop Application for Mac, Windows and Linux to use the Appcelerator Documentation offline. Uses GitHub's Electron.

screenshot

Install

Get the installers via Releases.

Build

Instructions to update and build the app from source.

Prerequisites

  • Max OS X

  • NodeJS 0.12

  • Wine:

      brew update && brew upgrade
      brew install Caskroom/cask/xquartz
      brew install wine makensis
    

Steps

  1. Clone (a fork of) this repository
  2. Install dependencies: npm install
  3. Run npm run build to download the latest CI docs, build the apps and create the installers
  4. Create a release and attach the files in dist.

Test

You can use node build <step> to run individual steps of the build process when you are debugging errors.

License

See LICENSE.