Switch to Bun

This commit is contained in:
2023-09-11 22:56:41 +02:00
parent 1355c4e342
commit 38708060d8
4 changed files with 6 additions and 270 deletions

View File

@@ -3,9 +3,9 @@
[oktaeder.webm](https://github.com/iszn11/oktaeder/assets/7891270/5dbcb03a-608f-41b8-860e-8e9c8e09e242)
This project uses [pnpm](https://pnpm.io/). If you don't have it, you can get it
using npm by running `npm install -g pnpm`. Then, run `pnpm install` to install
all dependencies.
This project ships with [bun.lockb](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 `pnpm start:example` and visit
[localhost:8000](http://localhost:8000).
To run the example, run `start:example` script with your JavaScript package
manager and visit [localhost:8000](http://localhost:8000).