Herbert Vojčík 03222e7b92 Fix .gitignores so /my/ is correctly processed. %!s(int64=6) %!d(string=hai) anos
..
src 428c775b0b Fixes in starting .st/.js files. %!s(int64=6) %!d(string=hai) anos
Gruntfile.js 0131720071 Remove amber/{Platform,compatibility}. %!s(int64=6) %!d(string=hai) anos
README.md a905509d56 Remove some github urls. %!s(int64=8) %!d(string=hai) anos
deploy.js 4c1ab00798 using imports for Web and Wrappers-JQuery %!s(int64=9) %!d(string=hai) anos
devel.js 2ec20409c3 requirejs builds test runner, devkit 0.5.1 used %!s(int64=9) %!d(string=hai) anos
gitignore-file 03222e7b92 Fix .gitignores so /my/ is correctly processed. %!s(int64=6) %!d(string=hai) anos
index.html 9dd969b53f Polyfills loaded explicitly. %!s(int64=7) %!d(string=hai) anos
localamdjson-file 3dd62c9729 local.amd.json hidden by name of localamdjson-file %!s(int64=10) %!d(string=hai) anos
parts.html a038e1314a amber-compat-es2015 in parts / uninstall %!s(int64=8) %!d(string=hai) anos
testing.js 2ec20409c3 requirejs builds test runner, devkit 0.5.1 used %!s(int64=9) %!d(string=hai) anos
uninstall.html a038e1314a amber-compat-es2015 in parts / uninstall %!s(int64=8) %!d(string=hai) anos

README.md

{%= title || name %}

{%= description %}

Getting Started

Install Amber and create an Amber project, as shown in Amber Instructions.

Use {%= name %} as a library in a client project

If not already present, create a client project in an empty directory with amber init.

In a client project, run

bower install {%= name %} --save
grunt devel
amber serve

Go to http://localhost:4000/ in your browser and in all packages that use {%= name %}, add '{%= namespace %}/{%= name %}' to the package imports, save the change and commit the package. Reload.

Contributing

To bring project alive (for example after git clone):

npm install
bower install
grunt devel

Developing the project (after brought alive):

Start server with amber serve and go to http://localhost:4000/ in your browser and follow the instructions