Mirror of https://gitlab.com/bookmarkey/gui
- TypeScript 57.7%
- Svelte 40.6%
- JavaScript 0.7%
- CSS 0.6%
- HTML 0.4%
| .husky | ||
| .vscode | ||
| src | ||
| static | ||
| tests | ||
| .c8rc.json | ||
| .editorconfig | ||
| .env.sample | ||
| .eslintignore | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .lintstagedrc | ||
| .npmrc | ||
| .nvmrc | ||
| .nycrc.json | ||
| .prettierignore | ||
| .prettierrc | ||
| .tool-versions | ||
| docker-compose.yml | ||
| LICENSE | ||
| netlify.toml | ||
| package.json | ||
| playwright.config.ts | ||
| pnpm-lock.yaml | ||
| postcss.config.cjs | ||
| README.md | ||
| renovate.json | ||
| setupTest.ts | ||
| storageState.json | ||
| svelte.config.js | ||
| tailwind.config.cjs | ||
| Taskfile.yml | ||
| tsconfig.json | ||
| vite.config.ts | ||
Bookmarkey GUI
Bookmarkey is a convenient bookmarking app that lets you save web pages and add RSS feeds. It is an open-source project built using SvelteKit and leveraging Pocketbase as its backend. Its modern interface is easy to use and allows you to organize bookmarks.
You can save articles for offline reading or share them with others. Bookmarkey simplifies your web browsing experience and keeps you organized.
Production
You can visit the site at: https://bookmarkey.app
Run Locally
Install go-task,
To setup the project locally you can do:
git@gitlab.com:bookmarkey/gui.git
cd gui
pnpm install
# starts docker with backend server and frontend gui
task start
Related
Here are some related projects:
Appendix
- This project is tested with BrowserStack