is a syntactic fidget spinner
n∞l is: https://andrewblinn.com/nool/
(needs view transitions api (currently only in chrome) for animations to play)
do clicks.
_______________________
| s s |
| _____ _____ |
| | | | | |
| noolbox ∞ |stage| |
| |_____| |_____| |
| |
|_s_________________s_|
where s = settings
(keyboard controls aren't a priority. hand movements directions aren't yet localized per projection, so it might be hard to move in non-default layouts)
- install node (21.2.0 works)
- see https://nodejs.org/en/learn/getting-started/how-to-install-nodejs
node --version
- install pnpm (8.10.5 works)<
npm install --global [email protected] && SHELL=bash pnpm setupsource /home/runner/.bashrc
- build deps and run
pnpm installpnpm run build
run in dev mode. reload on edits. open http://localhost:3000
builds deployable in dist folder