Web desktop
Go to file
2024-06-19 18:41:27 -05:00
assets init commit with existing code 2024-06-19 14:46:29 -05:00
public add vite and use it instead for serving and bundling files 2024-06-19 18:41:27 -05:00
src add vite and use it instead for serving and bundling files 2024-06-19 18:41:27 -05:00
.gitignore init commit with existing code 2024-06-19 14:46:29 -05:00
404.html init commit with existing code 2024-06-19 14:46:29 -05:00
bun.lockb add vite and use it instead for serving and bundling files 2024-06-19 18:41:27 -05:00
index.css init commit with existing code 2024-06-19 14:46:29 -05:00
index.html add vite and use it instead for serving and bundling files 2024-06-19 18:41:27 -05:00
index.ts init commit with existing code 2024-06-19 14:46:29 -05:00
package.json add vite and use it instead for serving and bundling files 2024-06-19 18:41:27 -05:00
README.md init commit with existing code 2024-06-19 14:46:29 -05:00
tsconfig.json add vite and use it instead for serving and bundling files 2024-06-19 18:41:27 -05:00

klectrdesktop

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.1.12. Bun is a fast all-in-one JavaScript runtime.