dnote/web
Sung Won Cho 47d4a8f6fc
Allow to configure endpoints for browser extension (#285)
* Allow to change endpoints in settings

* Allow to reset default settings

* Fix auth

* Release browser extension 2.0.0
2019-10-28 22:50:10 -07:00
..
assets Allow to specify repetition rule (#280) 2019-10-28 00:34:59 -07:00
scripts Allow to specify repetition rule (#280) 2019-10-28 00:34:59 -07:00
src Allow to configure endpoints for browser extension (#285) 2019-10-28 22:50:10 -07:00
webpack Implement personal knowedge base version (#254) 2019-09-30 11:02:09 +08:00
.babelrc Open source server and web (#171) 2019-05-10 09:31:31 +10:00
.eslintrc Allow to specify repetition rule (#280) 2019-10-28 00:34:59 -07:00
.gitignore Open source server and web (#171) 2019-05-10 09:31:31 +10:00
declrations.d.ts Include license notices (#255) 2019-09-30 11:55:11 +08:00
karma.conf.js Implement personal knowedge base version (#254) 2019-09-30 11:02:09 +08:00
package-lock.json Allow to configure endpoints for browser extension (#285) 2019-10-28 22:50:10 -07:00
package.json Upgrade (#284) 2019-10-28 18:36:24 -07:00
README.md Open source server and web (#171) 2019-05-10 09:31:31 +10:00
tsconfig.json Implement personal knowedge base version (#254) 2019-09-30 11:02:09 +08:00

Dnote web client

The web client for Dnote, built with React.

scripts

Develop locally

  • ./scripts/dev.sh

Build prod bundle

  • ./scripts/build-prod.sh