All Projects → hardchor → Timesheets

hardchor / Timesheets

Licence: mit
Time tracking done right

Programming Languages

javascript
184084 projects - #8 most used programming language

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].