Browser Extension for Github Notification
// Setup Volta for node version management
$ curl https://get.volta.sh | bash
// Add .volta/bin to your PATH (store into your shell dotfile)
$ echo "export PATH=\"\$HOME/.volta/bin:\$PATH\"" >> ~/.zshrc
// Install node_modules based on package-lock
$ npm ci