dev:
    npm run dev

build:
    npm run build

lint:
    npm run lint

test:
    echo "No test runner configured yet"
