Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
start: install dev

install:
npm install

dev:
npm run dev

build:
npm run build

build-sb:
npm run build:prod

clean:
npm run clean

bun:
bun install
bun run dev

format:
npm run format-all

dry:
npm run dry

test:
npm run test