Manfred Kroehnert e2783c49c5 twitterwall: activate deploy mode + recompile | hace 11 años | |
---|---|---|
android | hace 11 años | |
googlecharts @ 13b286807a | hace 11 años | |
nodejs | hace 11 años | |
presentation | hace 11 años | |
processing | hace 11 años | |
trysmalltalk | hace 11 años | |
twitterwall | hace 11 años | |
vendor | hace 11 años | |
webos | hace 11 años | |
.gitignore | hace 11 años | |
.gitmodules | hace 11 años | |
README.md | hace 11 años | |
index.html | hace 11 años | |
package.json | hace 11 años | |
start.bat | hace 11 años | |
start.sh | hace 11 años |
Various amber examples
To get started you must first initialize the Git submodules these projects depend on:
git submodule update --init --recursive
Afterwards execute one of the start scripts:
start.sh start.bat
and point your browser to
Since Amber 0.10.0 Grunt.js is used as commandline build system. To use it with the examples it is first necessary to install all dependencies with
npm install -g grunt-cli
cd amber-examples
npm install
Afterwards the examples can be built/recompiled by running the following command in the subdirectory of each example:
grunt
The subdirectories might contain additional README files which might contain additional information.