macOS's GUI: https://cloudos.netlify.app/
Powered by React + React Redux + UnoCSS + TypeScript + Vite.
Clone the repo and install dependencies:
pnpm install
Start dev server (with hot reloading):
pnpm dev
Build for production with minification to the dist
folder:
pnpm build