|
@@ -14,7 +14,7 @@ include `amber-compat-es5` and also shim event API
|
|
|
|
|
|
- Install Amber ([Instructions](http://docs.amber-lang.net/faq.html))
|
|
- Install Amber ([Instructions](http://docs.amber-lang.net/faq.html))
|
|
- Do ``amber init``
|
|
- Do ``amber init``
|
|
-- ``bower install domite --save``
|
|
|
|
|
|
+- ``npm install @ambers/domite --save``
|
|
- ``grunt devel``
|
|
- ``grunt devel``
|
|
- Start server with `amber serve` and go to `http://localhost:4000/`
|
|
- Start server with `amber serve` and go to `http://localhost:4000/`
|
|
|
|
|
|
@@ -99,9 +99,7 @@ Event API:
|
|
To bring project alive (for example after `git clone`):
|
|
To bring project alive (for example after `git clone`):
|
|
|
|
|
|
```sh
|
|
```sh
|
|
-npm install
|
|
|
|
-bower install
|
|
|
|
-grunt devel
|
|
|
|
|
|
+npm run init
|
|
```
|
|
```
|
|
|
|
|
|
Developing the project (after brought alive):
|
|
Developing the project (after brought alive):
|