No description
  • Svelte 34.5%
  • Go 28.3%
  • TypeScript 21.8%
  • CSS 11.9%
  • JavaScript 2.6%
  • Other 0.9%
Find a file
2025-11-07 22:27:42 -05:00
.cursor feat: init 2025-11-07 20:09:13 -05:00
cmd feat: simulated annealing 2025-11-07 22:27:42 -05:00
presets feat: configure keycap finger/homerow 2025-11-07 21:32:17 -05:00
src feat: serialize/deserialize finger & homerow 2025-11-07 21:36:59 -05:00
static feat: init 2025-11-07 20:09:13 -05:00
.gitignore feat: init 2025-11-07 20:09:13 -05:00
.npmrc feat: init 2025-11-07 20:09:13 -05:00
components.json feat: shadcn 2025-11-07 20:15:30 -05:00
eslint.config.js feat: init 2025-11-07 20:09:13 -05:00
go.mod feat: begin work on go side 2025-11-07 21:44:15 -05:00
main.go feat: simulated annealing 2025-11-07 22:27:42 -05:00
package.json feat: shadcn 2025-11-07 20:15:30 -05:00
pnpm-lock.yaml feat: shadcn 2025-11-07 20:15:30 -05:00
pnpm-workspace.yaml feat: init 2025-11-07 20:09:13 -05:00
README.md feat: init 2025-11-07 20:09:13 -05:00
svelte.config.js feat: draw keycaps 2025-11-07 20:50:50 -05:00
tsconfig.json feat: init 2025-11-07 20:09:13 -05:00
vite.config.ts feat: init 2025-11-07 20:09:13 -05:00

sv

Everything you need to build a Svelte project, powered by sv.

Creating a project

If you're seeing this, you've probably already done this step. Congrats!

# create a new project in the current directory
npx sv create

# create a new project in my-app
npx sv create my-app

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.