Skip to content

hand-dot/taskontable

Repository files navigation

Build Status
Greenkeeper badge
ogp

Taskontable is To-Do List & Time keeper on Spreadsheet.

https://taskontable.com/

At the moment, while considering the development of desktop version · mobile version application,
It exposes the Web version as a beta version.

Architecture

Run App.

1.Repository clone and library download

$ git clone https://github.com/hand-dot/taskontable.git
$ cd taskontable
$ npm install

2.Fill in the setting files

There is a setting file in src/.
firebase.js(Firebase), ga.js(GoogleAnalytics), sentry.js(Sentry)
Please enter account information in the above file  Click here for other services you see

3.Launch app on taskontable directory

$ npm run web

4.This is optional(Do not commit the configuration files).

$ git update-index --skip-worktree src/configs/firebase.js
$ git update-index --skip-worktree src/configs/ga.js
$ git update-index --skip-worktree src/configs/sentry.js
$ git update-index --skip-worktree src/configs/sendgrid.js
$ git update-index --skip-worktree src/configs/cloudmessaging.js