Web-based memos that support real-time collaboration. Inspired by scrumblr.
Find a file
2025-06-04 10:44:05 +02:00
client feat: board opacity controller 2025-06-04 10:43:37 +02:00
lib feat: add javascript linter format 2025-06-03 12:12:48 +02:00
views feat: board opacity controller 2025-06-04 10:43:37 +02:00
.envrc feat : nix shell + chore deps 2024-01-11 17:17:52 +03:00
.gitignore feat : nix shell + chore deps 2024-01-11 17:17:52 +03:00
.prettierrc feat: add javascript linter format 2025-06-03 12:12:48 +02:00
bun.lockb feat: add javascript linter format 2025-06-03 12:12:48 +02:00
config.js feat: add javascript linter format 2025-06-03 12:12:48 +02:00
eslint.config.mjs feat: add javascript linter format 2025-06-03 12:12:48 +02:00
forever.sh Use devDependencies for forever 2018-11-05 19:34:32 +01:00
LICENSE Initial commit 2025-01-23 20:57:43 +01:00
LICENSE.txt Add a copy of the GPLv3 2015-04-23 21:47:38 +02:00
package-lock.json feat: make shell nix work 2025-01-23 20:54:26 +01:00
package.json feat: add javascript linter format 2025-06-03 12:12:48 +02:00
README.md feat: add javascript linter format 2025-06-03 12:12:48 +02:00
server.js fix: linter was destroying the server because of early declaration 2025-06-03 17:43:59 +03:00
shell.nix feat: make shell nix work 2025-01-23 20:54:26 +01:00

memo

Web-based memos that support real-time collaboration. Inspired by scrumblr.

Run 'bun install' for installing deps and 'redis-server --daemonize yes && bun run start' to start the servers