feat: init
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# beaver-calendar
|
||||
[](https://sladge.net)
|
||||
|
||||
Calendar and task list for Obsidian Kanban+Tasks
|
||||
|
||||
Sphere - md-file in Kanban boards directory. Project - h2 inside the file.
|
||||
|
||||
## Build and install
|
||||
|
||||
```bash
|
||||
npm install
|
||||
npm run dev # esbuild watch
|
||||
npm run build # typecheck + bundle + css
|
||||
npm test # round-trip, smoke
|
||||
npm run preview # UI in browser, no Obsidian
|
||||
make install VAULT=/путь/к/vault # build and copy to vault
|
||||
make zip # distributable
|
||||
```
|
||||
|
||||
After `make install` turn on plugin in settings.
|
||||
Reference in New Issue
Block a user