hardchor / timesheets

Time tracking done right

Home Page:http://burgiblog.com/timesheets/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Timesheets App

Github All Releases Stories in Ready Badges

Install

Download the latest release from here.


Development

Install

First, clone the repo via git:

git clone https://github.com/hardchor/timesheets.git

And then install dependencies.

$ cd timesheets && yarn

Run

Run these two commands simultaneously in different console tabs:

yarn hot-server
yarn start-hot

or run both with one command:

yarn dev

Note: requires a node version >= 8 and yarn

Package and Release

To package the app for local testing, run:

yarn dist

Release

After you've bumped the version number in app/package.json, run:

GH_TOKEN=... CSC_NAME=... yarn release

Then, head over to https://github.com/hardchor/timesheets/releases and publish.


Contributors

Special thanks go to:

Originally based on the fantastic chentsulin/electron-react-boilerplate MIT © C. T. Lin

Electron application boilerplate based on React, Redux, React Router, Webpack, React Transform HMR for rapid application development

About

Time tracking done right

http://burgiblog.com/timesheets/

License:MIT License


Languages

Language:JavaScript 96.1%Language:CSS 2.5%Language:HTML 1.5%