Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 482 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 482 Bytes

Cryptomator Frontend

This project uses Vue 3 + Typescript + Vite.

Recommended IDE Setup

Dev Mode

You can run your application in dev mode that enables live coding using:

npm install
npm run dev

Production Build

To build an optimized (production) version of the app, run:

npm install
npm run dist