Skip to content
This repository has been archived by the owner on Feb 5, 2019. It is now read-only.

desktop-assistant/desktop-assistant

Repository files navigation

Desktop Assistant

Build Status Appveyor Build Status Dependency Status MIT Licence

Desktop Assistant is a desktop app to smooth your daily routine tasks

Contribute

export const config = {
  googleClientId: 'xxx',
  googleClientSecret: 'xxx'
}
  • yarn or npm install
  • Start the app in the dev environment yarn dev or npm run dev