Web desktop
Go to file
2024-06-25 22:08:51 -04:00
assets make progress 2024-06-21 23:15:45 -05:00
public add vite and use it instead for serving and bundling files 2024-06-19 18:41:27 -05:00
src refactoring some stuff 2024-06-25 22:08:51 -04: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 refactoring some stuff 2024-06-25 22:08:51 -04:00
index.css make progress 2024-06-21 23:15:45 -05:00
index.html update some ui elements 2024-06-20 20:10:37 -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.