dnote/web
Sung Won Cho e84e8ed2f3
Allow to rename books (#239)
* Allow to rename books

* Avoid mutating the flag variable

* Validate book name upon edit

* Write integration test

* Add missing licenses

* Mark book as dirty upon renaming so it can be synced

* Remove TODO that is no longer needed
2019-08-01 09:21:24 +10:00
..
scripts Allow to rename books (#239) 2019-08-01 09:21:24 +10:00
src remove type=button from subscription cta button; fixes issue dnote/dnote#215 (#216) 2019-06-30 11:54:19 +10:00
static Update issue templates (#195) 2019-05-29 21:57:55 +10:00
webpack Fix build (#188) 2019-05-23 22:58:58 +10:00
.babelrc Open source server and web (#171) 2019-05-10 09:31:31 +10:00
.eslintrc Implement checkout flow (#187) 2019-05-23 22:20:15 +10:00
.gitignore Open source server and web (#171) 2019-05-10 09:31:31 +10:00
.prettierrc Open source server and web (#171) 2019-05-10 09:31:31 +10:00
index.html Open source server and web (#171) 2019-05-10 09:31:31 +10:00
karma.conf.js Open source server and web (#171) 2019-05-10 09:31:31 +10:00
package-lock.json Implement server binary (#223) 2019-07-22 13:41:09 +10:00
package.json Bump depedencies (#196) 2019-05-27 21:48:14 +10:00
README.md Open source server and web (#171) 2019-05-10 09:31:31 +10: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