Willow-Playground provides examples on how to use Willow to develop a complete interactive web application.
- Present the different components and features of Willow
- Offer simple interactive applications, that are both useful are clear to understand
- The code is licensed under MIT.
- The documentation is licensed under CC BY-SA 4.0.
-
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:
- Live Documentation: start by browsing
WPLiveDocumentation
. Access the application at localhost:8080/live-docs - Test Runner (Bootstrap 3): start by browsing
WPB3TestRunner
. Access the application at localhost:8080/test-runner-bootstrap3 - Test Runner (Bootstrap 4): start by browsing
WPB4TestRunner
. Access the application at localhost:8080/test-runner-bootstrap4
Check the Contribution Guidelines