Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1.54 KB

README.md

File metadata and controls

26 lines (14 loc) · 1.54 KB

froscon-2023

This repository contains the slides, demo code and other resources for the talk "Live Programming and Designing of Dynamic Web Applications - Towards a totally RAD development experience" at FrOSCon 2023.

Recordings of the talk are available on media.CCC and YouTube.

Setup

You will need a working lively.next installation. See its repo for more details on how to get this.

This is a lively.next project. Import it as such before continuing.

Car Demo

To load the demo from its original json snapshot, go to http://localhost:9011/worlds/load?file=local_projects/LivelyKernel--froscon-2023/car.json with a running lively server. The following code demonstrates rapid prototyping with lively's focus on direct manipulation.

Deployment Demo

This repository has a GitHub Pages deployment, which contains a bundled lively application as a demo. The code for the demo can be found inside of this repository. It relies on the official lively.next partsbin.

The GitHub actions to achieve this are automatically generated with a Beta Feature in lively.next, that will soon™️ become generally available! Stay tuned!

License

Code is under MIT. The Slides and presentation itself are CC BY 4.0.