2026-06-30 22:24:34 +05:30

29 lines
394 B
Markdown

# Metatron.Drive Desktop
Windows desktop client for the Metatron.Drive private file workspace.
## Stack
- Electron
- React
- Tailwind CSS
- JavaScript only
- Vite
## Development
```powershell
npm install
npm run dev
```
## Production build
```powershell
npm run dist
```
The Windows installer is generated in the `release` folder.
The production API is configured in `src/lib/api.js`.