Herbert Vojčík dc29bbac31 README: typo | vor 9 Jahren | |
---|---|---|
src | vor 9 Jahren | |
.gitignore | vor 9 Jahren | |
Gruntfile.js | vor 9 Jahren | |
LICENSE-MIT | vor 9 Jahren | |
README.md | vor 9 Jahren | |
bower.json | vor 9 Jahren | |
deploy.js | vor 9 Jahren | |
devel.js | vor 9 Jahren | |
index.html | vor 9 Jahren | |
local.amd.json | vor 9 Jahren | |
package.json | vor 9 Jahren |
Stream-based, Seaside-inspired framework for creating and manipulating contents of a page. For Amber Smalltalk.
Based on https://github.com/amber-smalltalk/domite, created as an alternative to existing Web package present in Amber.
If not already present, create a project
in an empty directory with amber init
.
In a project, bower install git://github.com/herby/silk --save
.
Start development server with amber serve
and go to http://localhost:4000/
in your browser.
In all packages that uses Silk, add 'silk/Silk'
to the package imports.
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