Files
takerofnotes-plugin-browser/README.md
2026-03-24 13:53:25 -04:00

21 lines
408 B
Markdown

# Taker of Notes Plugin: Browser
Taker of Notes storage plugin for the browser using IndexedDB
## Getting Started
1. Install dependencies: `npm install`
2. Run tests: `npm test`
3. Build: `npm run build`
## Project Structure
- `src/` - Source code
- `test/` - Tests
- `dist/` - Built output
- `rollup.config.js` - Build configuration
## Development
Implement your storage adapter in `src/Browser.js`.