mirror of
https://github.com/dnote/dnote
synced 2026-03-15 06:55:49 +01:00
* Allow to rename books * Avoid mutating the flag variable * Validate book name upon edit * Write integration test * Add missing licenses * Mark book as dirty upon renaming so it can be synced * Remove TODO that is no longer needed |
||
|---|---|---|
| .. | ||
| scripts | ||
| src | ||
| static | ||
| webpack | ||
| .babelrc | ||
| .eslintrc | ||
| .gitignore | ||
| .prettierrc | ||
| index.html | ||
| karma.conf.js | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
Dnote web client
The web client for Dnote, built with React.
scripts
Develop locally
- ./scripts/dev.sh
Build prod bundle
- ./scripts/build-prod.sh