Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 680 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 680 Bytes

Octo Tasks

A pomodoro project that work as a desktop app, webapp act as a time management tool for focusing on tasks

the project was bootstraped using Create React App.

the project uses Electron. for desktop app development

Available scripts

Run the project (Web app)

npm start

Run the project (Desktop app)

npm run start-electron

Build project for production (Web app)

npm run build

Build project for production (Desktop app)

generates a exe/rpm/deb/dmg depending on operational system

npm run electron-pack