default: install

install:
	bun install

build:
	npm run build

5e-shaped:
	npm run build:5e-shaped

clean:
	rm -rf dist node_modules
