29 lines
394 B
Markdown
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`.
|