Không có mô tả

Herbert Vojčík 7d97f574b8 Initial commit. 10 năm trước cách đây
src 7d97f574b8 Initial commit. 10 năm trước cách đây
.gitignore 7d97f574b8 Initial commit. 10 năm trước cách đây
Gruntfile.js 7d97f574b8 Initial commit. 10 năm trước cách đây
LICENSE-MIT 7d97f574b8 Initial commit. 10 năm trước cách đây
README.md 7d97f574b8 Initial commit. 10 năm trước cách đây
bower.json 7d97f574b8 Initial commit. 10 năm trước cách đây
deploy.js 7d97f574b8 Initial commit. 10 năm trước cách đây
devel.js 7d97f574b8 Initial commit. 10 năm trước cách đây
index.html 7d97f574b8 Initial commit. 10 năm trước cách đây
local.amd.json 7d97f574b8 Initial commit. 10 năm trước cách đây
package.json 7d97f574b8 Initial commit. 10 năm trước cách đây

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 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.

Conrtibuting

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