dnote/web
Sung Won Cho 3152ca770b
Alert when we stop learning (#375)
* Send password reset alert

* Send inactive reminder

* Send subscription confirmation email
2019-12-24 13:07:27 +07:00
..
assets Refactor to avoid global database variable (#313) 2019-11-16 09:45:56 +08:00
src Alert when we stop learning (#375) 2019-12-24 13:07:27 +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 Alert when we stop learning (#375) 2019-12-24 13:07:27 +07:00
package.json Revert "Upgrade dependencies. (#374)" (#376) 2019-12-24 10:20:07 +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