mirror of
https://github.com/dnote/dnote
synced 2026-03-15 06:55:49 +01:00
* Rename handlers to api * Fix imports * Fix test * Abstract * Fix warning * wip * Split session * Pass db * Fix test * Fix test * Remove payment * Fix state * Fix flow * Check password when changing email * Add test methods * Fix timestamp * Document * Remove clutter * Redirect to login * Fix * Fix |
||
|---|---|---|
| .. | ||
| assets | ||
| src | ||
| webpack | ||
| .babelrc | ||
| .gitignore | ||
| declrations.d.ts | ||
| jest.config.js | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
Dnote web client
The web client for Dnote, built with React.
scripts
Develop locally
- ./scripts/dev.sh
Build prod bundle
- ./scripts/build-prod.sh