18 lines
443 B
Markdown
18 lines
443 B
Markdown
# Sticky Notes App
|
|
|
|
A simple notes app built with [SvelteKit](https://kit.svelte.dev/), [Kysely](https://kysely.dev/), and [SQLocal](https://sqlocal.dallashoffman.com/).
|
|
|
|
- Notes can be written in Markdown for rich formatting
|
|
- Tag notes to categorize and filter them
|
|
- Dark theme or light theme
|
|
- Local-first; all data is stored on-device
|
|
|
|
Hosted at https://notes.dallashoffman.com/
|
|
|
|
|
|
# ollama
|
|
|
|
```
|
|
OLLAMA_HOST=0.0.0.0:11434 ollama serve
|
|
```
|