Skip to content

H0rn0chse/team-bookmarks

Repository files navigation

Team-Bookmarks

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.

How to Use

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!

Fork the Repository outside of Github

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

Development Setup

  1. Installing dependencies
npm install
  1. Install Pre-commit hook
npm run copy-pre-commit
  1. Start dev setup (hot-reloads)
npm run dev
  1. Build for production (automatically done by pre-commit hook)
npm run build

Libraries