Web desktop
Go to file
2024-06-20 14:32:14 -05:00
assets make windows work properly 2024-06-20 13:54:10 -05:00
public add vite and use it instead for serving and bundling files 2024-06-19 18:41:27 -05:00
src start making window sizable 2024-06-20 14:32:14 -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 make windows work properly 2024-06-20 13:54:10 -05:00
index.css make windows work properly 2024-06-20 13:54:10 -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 make windows work properly 2024-06-20 13:54:10 -05:00
postcss.config.js make windows work properly 2024-06-20 13:54:10 -05:00
README.md init commit with existing code 2024-06-19 14:46:29 -05:00
tailwind.config.js make windows work properly 2024-06-20 13:54:10 -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.