mirror of
https://github.com/dnote/dnote
synced 2026-03-15 06:55:49 +01:00
* Add autocompletion script for bash and zsh * Disallow book names with spaces * Drop parenthesis * Migrate book names with spaces * Autocomplete for add * test * Make test run in go 1.11 |
||
|---|---|---|
| .. | ||
| scripts | ||
| src | ||
| static | ||
| webpack | ||
| .babelrc | ||
| .env.dev | ||
| .eslintrc | ||
| .gitignore | ||
| .prettierrc | ||
| Gopkg.lock | ||
| Gopkg.toml | ||
| index.html | ||
| karma.conf.js | ||
| main.go | ||
| 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