dnote/web
Sung Won Cho edfaa3f953
Support multiple editor session and improve persistence. (#260)
* Move the cursor to the end upon focusing text area

* Allow multiple editor session and improve autosave

* Fix data fetching

* Fix mobile flash style
2019-10-02 16:00:33 +08:00
..
assets Include license notices (#255) 2019-09-30 11:55:11 +08:00
scripts Fix asset path (#257) 2019-09-30 15:55:07 +08:00
src Support multiple editor session and improve persistence. (#260) 2019-10-02 16:00:33 +08: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 Implement personal knowedge base version (#254) 2019-09-30 11:02:09 +08: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 Implement personal knowedge base version (#254) 2019-09-30 11:02:09 +08:00
package.json Support multiple editor session and improve persistence. (#260) 2019-10-02 16:00:33 +08: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