Skip to content

Picalines/kepvox

Repository files navigation

kepvox

Web audio synthesizer inspired by SunVox

image image

standalone editor synth package playground

Development

Packages

Applications:

Libraries:

Scripts

pnpm install # Install dependencies
pnpm add turbo --global # Use turbo to run scripts

turbo dev # Start all development servers

turbo test:unit # Run unit tests
turbo test:screen # Run playwright tests

turbo lint # Check formatting and types
turbo lint:fix # Fix formatting
turbo lint:fix-unsafe # Apply potentially breaking fixes if available