📄 | .gitignore |
📄 | README.md |
📁 | about |
📁 | app |
📁 | assets |
📄 | background-process.js |
📁 | blob |
📄 | config.js |
📄 | context-menu.js |
📄 | index.js |
📄 | main.js |
📁 | message |
📄 | package-lock.json |
📄 | package.json |
📁 | router |
📁 | state |
📁 | styles |
📁 | test |
📁 | translations |
📄 | unread.js |
README.md
Ticktack
Planning
Workplan 1 : https://hackmd.io/BwZhCYHZwNgFgLRxAU0XAhjECCcBGSDBGSfOSEDAE2oDMBWXIA==?view#
Trello : https://trello.com/b/93eXDvVP/ticktack
Development
Repos
git@github.com:ticktackim/ticktack-wp1.git
ssb://%tkJPTTaxOzfLbsewZmgC9CslSER0ntjQOcyhIk6y/cQ=.sha256
Install
$ npm install
$ npm run setup
$ npm start
App env
This app starts with default ssb_appname
of ticktack-ssb
, so you can find it's data in ~/.ticktack-ssb
.
To load the app with your classic ssb key, run :
$ ssb_appname=ssb npm start
Built with git-ssb-web