/AppStorm.js-website

AppStorm.JS main website

Primary LanguageCSSMIT LicenseMIT

AppStorm.js-website

AppStorm.JS main website. The site include all needed stuff for working with AppStorm.JS and also all graphic website to present framework.

Installation

You need few things to make it fully working:

  • PHP: for serving website content.
  • python: for all documentation and compile tools, they are all written in python
  • Java: for compiling AppStorm.JS into minified version (using Google Closure). You can switch to uglify too (in this case you need Node.JS + npm)
  • Node.JS: for yuidoc, for documentation tool
  • SQLite: used for anonymous statistics (like number of download...)

All of it should be compatible Windows, Linux and MacOS.

To install it, don't forget submodule AppStorm:

git clone --recursive https://github.com/Deisss/AppStorm.js-website.git appstorm

Usage

We recommand you to get a copy of Prepros as it is auto-compiling all .haml, .less, and more files for you, directly, without taking care of anything.