dnote/web
Sung Won Cho 41ada2298c
Implement note sharing (#300)
* Implement publicity control for notes

* Implement server side rendering for note sharing

* Implement UI

* Modularize

* Remove autofocus

* Fix test

* Document
2019-11-07 22:47:25 -08:00
..
assets Implement note sharing (#300) 2019-11-07 22:47:25 -08:00
scripts Implement note sharing (#300) 2019-11-07 22:47:25 -08:00
src Implement note sharing (#300) 2019-11-07 22:47:25 -08:00
webpack Display version in settings (#293) 2019-10-30 00:58:08 -07: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 Display version in settings (#293) 2019-10-30 00:58:08 -07:00
karma.conf.js Implement personal knowedge base version (#254) 2019-09-30 11:02:09 +08:00
package-lock.json Implement note sharing (#300) 2019-11-07 22:47:25 -08: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