| 12345678910111213141516171819202122 |
- Please find our support system and documentation here:
- http://support.vamtam.com
- ------------------------------------------------------
- How to setup a development environment for the theme:
- 1. Install node.js (with npm) and - optionally - php5-cli (at least 5.3)
- 2. Execute the following in the theme directory
- npm install
- 3. Run grunt dev
- 4. This will automatically recompile your CSS and JS with your latest settings.
- ------------------------------------------------------
- The framework's api docs can be found in the documentation/ directory.
|