Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 495 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 495 Bytes

Cent

This is a simple accounting PWA, which can sync data between two devices through Web RTC without server, makes it easier to share data with your friends.

You can also customize and deploy it by simply fork it to your own repository.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint