Chrome extention for opening bard by one clicked.
- Clone this repository with below command.
git clone git@github.com:NaoyaTatetsu/chrome-extention-bard.git
-
Open chrome extention page.
-
Turn on developer mode.
-
Click on Load Unpacked.
-
Upload chrome-extention-bard file.
- Node v18.0.0
- Install npm packages
npm install
- Run linter
npm run lint
- Build
npm run build