No Description

Thomas Rake 9445db904f Make repo more module like - removed config.js and the.js from version control. 9 years ago
src 1acc25cf2c Changed iterator lesson not to use "Smalltalk current" 9 years ago
.gitignore 9445db904f Make repo more module like - removed config.js and the.js from version control. 9 years ago
.gitmodules 4d93d351f6 trysmalltalk as a module 9 years ago
Gruntfile.js 4d93d351f6 trysmalltalk as a module 9 years ago
LICENSE-MIT 4d93d351f6 trysmalltalk as a module 9 years ago
README.md f2ef0b983e Link to github.io 9 years ago
bower.json 9445db904f Make repo more module like - removed config.js and the.js from version control. 9 years ago
deploy.js 4d93d351f6 trysmalltalk as a module 9 years ago
devel.js 4d93d351f6 trysmalltalk as a module 9 years ago
index.html 4d93d351f6 trysmalltalk as a module 9 years ago
local.amd.json 4d93d351f6 trysmalltalk as a module 9 years ago
package.json 4d93d351f6 trysmalltalk as a module 9 years ago

README.md

TrySmalltalk

Tutorial to learn Smalltalk, on-line here http://amber-smalltalk.github.io/trysmalltalk/

Getting Started

Brought 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