dnote/web
Sung Won Cho 422f59ef79
0.3.3 (#368)
* Document release 0.3.3

* Bump
2019-12-17 17:17:09 +07:00
..
assets Refactor to avoid global database variable (#313) 2019-11-16 09:45:56 +08:00
src Improve email and signup for self-hosting users (#355) 2019-12-14 12:10:48 +07:00
webpack Simplify dev environment (#301) 2019-11-08 17:30:01 -08:00
.babelrc Open source server and web (#171) 2019-05-10 09:31:31 +10:00
.gitignore Generate code coverage for js test (#302) 2019-11-09 16:10:00 +08:00
declrations.d.ts Display version in settings (#293) 2019-10-30 00:58:08 -07:00
jest.config.js Improve email and signup for self-hosting users (#355) 2019-12-14 12:10:48 +07:00
package-lock.json 0.3.3 (#368) 2019-12-17 17:17:09 +07:00
package.json Upgrade dependencies (#367) 2019-12-17 17:06:35 +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