Skip to content

Latest commit

 

History

History
68 lines (52 loc) · 2.76 KB

README.md

File metadata and controls

68 lines (52 loc) · 2.76 KB


CircleCI Build Status Release Version Codecov

Material-design flavoured pomodoro timer built as a Progressive Web App
Powered by Vue 2.0 + Muse-UI

Prerequisites

(Optional) If you want to test the build files locally (via yarn run serve):

Installation

git clone https://github.com/tohjustin/pomodori.git
cd ./pomodori
yarn

Getting Started

# serve with hot reload at localhost:8080
yarn run dev

# build for production with minification
yarn run build

# build for production with minification + serve build at localhost:5000 (Flask server)
yarn run serve

# run eslint
yarn run lint

# run unit tests
yarn run unit

# run eslint + unit tests
yarn test

This project's build setup is scaffolded by the vue-cli project. For detailed explanation on how things work, checkout the guide and docs for pwa-template.

License

MIT © Justin Toh