Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

NaoyaTatetsu/chrome-extention-bard

Repository files navigation

chrome-extention-bard

Chrome extention for opening bard by one clicked.

Add to chrome extention

  1. Clone this repository with below command.
git clone git@github.com:NaoyaTatetsu/chrome-extention-bard.git
  1. Open chrome extention page.

  2. Turn on developer mode.

  3. Click on Load Unpacked.

  4. Upload chrome-extention-bard file.

Development

Environment

  • Node v18.0.0

Getting started

  • Install npm packages
npm install
  • Run linter
npm run lint
  • Build
npm run build