Skip to content

Examples on how to use Willow to develop a complete interactive web application

License

Notifications You must be signed in to change notification settings

ba-st/Willow-Playground

Repository files navigation

Willow Playground

Logo

Willow-Playground provides examples on how to use Willow to develop a complete interactive web application.

Baseline Groups Markdown Lint

GitHub release Pharo 11

Goals

  • Present the different components and features of Willow
  • Offer simple interactive applications, that are both useful are clear to understand

Quick links

License

  • The code is licensed under MIT.
  • The documentation is licensed under CC BY-SA 4.0.

Quick Start

  • Load the latest playground version

  • Evaluate

    Smalltalks2017Presentation start
  • Or use the docker containers:

    docker run -p 8080:8080 ghrc.io/ba-st/willow-playground:release-candidate
  • Go to localhost:8080/willow101 to find an interactive tutorial.

To learn how to use Willow, you can check the applications included in this repository:

Contributing

Check the Contribution Guidelines