Modernize project

This commit is contained in:
2025-11-06 16:32:41 +01:00
parent d28d7896de
commit 501949828d
13 changed files with 55 additions and 30 deletions

View File

@@ -4,9 +4,9 @@
<video src="https://gitea.renati.me/renati/oktaeder/media/branch/main/oktaeder.webm" autoplay controls loop>
</video>
This project ships with [bun.lockb](https://bun.sh/docs/install/lockfile)
This project ships with [bun.lock](https://bun.sh/docs/install/lockfile)
lockfile for the [Bun](https://bun.sh/) JavaScript runtime. You should be able
to install the dependencies with any JavaScript package manager, though.
To run the example, run `start:example` script with your JavaScript package
manager and visit [localhost:8000](http://localhost:8000).
To run the example, run `bun run start:example`. The example relies on the Bun
JavaScript runtime to bundle and serve the example.