Have look at the demo here.
This app enables the team to have a common set of bookmarks. This helps especially for onboardings and knowledge sharing. On top of the team-bookmark each user can personalize and add new bookmarks. Everything is stored in the LocalStorage
and can easily be exported and imported.
Just fork this repository and adjust the Team-Bookmarks. You can then build
and publish the ./docs/
folder (e.g. via GithubPages). You might install the pre-commit hook
via npm run copy-pre-commit
to prevent missing builds.
Hint
Although you only might change a static asset (e.g. ./public/team-bookmarks.json
) the build
is required!
If your team works on a different git platform than Github you cannot fork the repo easily. But here is a description on how to make a fork available and how to update. Fork outside of Github
- Installing dependencies
npm install
- Install Pre-commit hook
npm run copy-pre-commit
- Start dev setup (hot-reloads)
npm run dev
- Build for production (automatically done by pre-commit hook)
npm run build
- Github Corners github.com/YuskaWu/github-corner-element
- Icons github.com/feathericons/feather
- More Icons github.com/Templarian/MaterialDesign
- Vue vuejs.org
- Pinia pinia.vuejs.org
- Vuetify next.vuetifyjs.com/en/
- Vite vitejs.dev/