dvdzkwsk / quilt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Development

# Run the setup script. You can do this without installing node_modules first.
npm run setup

# Build the web app
bun quilt-web            # build to disk for production
bun quilt-web --dev      # start the development server

# Build the dekstop app
bun quilt-web --dev      # run this in the background
bun quilt-desktop --dev  # build and launch the electron app

# Run tests
bun test

About


Languages

Language:TypeScript 87.9%Language:JavaScript 6.5%Language:CSS 4.0%Language:HTML 1.6%