This repository contains various small examples and projects created for & during the thi.ng/umbrella workshop @ Werkwoche 2022 at University of Applied Sciences, Augsburg.
- Git and/or Github app
- NodeJS (min. v16.0.0)
- VSCode
- NPM or Yarn package managers
- Web browser (Chrome or Firefox preferred)
- Terminal / Command line
For Mac users, all of these (apart from VSCode) can be conveniently installed via Homebrew, e.g.
brew install node yarn
git clone https://github.com/thi-ng/ws-hsa-2022.git
# open project in VSCode
code ws-hsa-2022
If you're not familiar with Git & versioning, you can also download the latest snapshot via this URL:
https://github.com/thi-ng/ws-hsa-2022/archive/refs/heads/main.zip
- 01-hello: Hello world & introduction to thi.ng/hiccup & thi.ng/rdom
- 02-cellular-automata: Pixels, cellular automata, colors, gradients
This project is licensed under the MIT License. See supplied LICENSE.txt
file.
© 2022 Karsten Schmidt