|
@@ -12,7 +12,7 @@ present in Amber.
|
|
If not already present, create a project
|
|
If not already present, create a project
|
|
in an empty directory with `amber init`.
|
|
in an empty directory with `amber init`.
|
|
|
|
|
|
-In a project, `bower install silk --save` and `grunt devel`.
|
|
|
|
|
|
+In a project, `npm install @ambers/silk --save` and `grunt devel`.
|
|
|
|
|
|
Start development server with `amber serve`
|
|
Start development server with `amber serve`
|
|
and go to `http://localhost:4000/` in your browser.
|
|
and go to `http://localhost:4000/` in your browser.
|
|
@@ -74,9 +74,7 @@ As for widgets, any object will work, it only needs ``renderOnSilk: aSilk`` meth
|
|
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):
|