Bez popisu

Herbert Vojčík fd8c7335e5 Release version 0.1.1. Bump domite to "^0.2.5". před 10 roky
src e1113025db Low-level API test suite inherited from DOMite. před 10 roky
.gitignore 7d97f574b8 Initial commit. před 10 roky
Gruntfile.js 7d97f574b8 Initial commit. před 10 roky
LICENSE-MIT 7d97f574b8 Initial commit. před 10 roky
README.md dc29bbac31 README: typo před 10 roky
bower.json fd8c7335e5 Release version 0.1.1. Bump domite to "^0.2.5". před 10 roky
deploy.js 7d97f574b8 Initial commit. před 10 roky
devel.js 7d97f574b8 Initial commit. před 10 roky
index.html 7d97f574b8 Initial commit. před 10 roky
local.amd.json 7d97f574b8 Initial commit. před 10 roky
package.json fd8c7335e5 Release version 0.1.1. Bump domite to "^0.2.5". před 10 roky

README.md

Stream-based Seaside-inspired in-page Web framework

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.

Getting Started

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.

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