dnote/web
Sung Won Cho 891be61031
Improve email and signup for self-hosting users (#355)
* Add app abstraction

* Abstract out email sending

* Get sender

* Test

* Move operations to app

* Test

* Test

* Add license

* Fix lint
2019-12-14 12:10:48 +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 Add free plan (#351) 2019-11-28 15:59:49 +08:00
package.json Lint TypeScript (#349) 2019-11-25 12:24:23 +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