Local-first note taking app with offline support and sync
SvelteKit, TypeScript, Node.js, MongoDB
Backend service with SvelteKit, frontend user interface, and database persistence
# Clone the repository
git clone https://github.com/elitsuri/svelte-notes
cd svelte-notes
# Copy environment variables
cp .env.example .env
docker compose up --build