Skip to content

a free and open-source browser sidebar plugin that offers a cost-free alternative to products like Sider, Monica, and Merlin.

License

Notifications You must be signed in to change notification settings

yonginscv/BrainyAI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

개요

Based on BrainAI project, removed Google Analytics and modified API calls to be API Key based.

For developers

Getting started

First, install the dependencies:

npm install pnpm -g
pnpm install

Then, start the development server:

pnpm dev

Open your browser and load the appropriate development build. For example, if you are developing for the chrome browser, using manifest v3, use: build/chrome-mv3-dev.

For further guidance, visit plasmo Documentation

Making production build

Run the following:

pnpm build

This should create a production bundle for your extension, ready to be zipped and published to the stores.

Making production(debug) build, which will reserve the logs

Run the following:

pnpm build:staing

About

a free and open-source browser sidebar plugin that offers a cost-free alternative to products like Sider, Monica, and Merlin.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.8%
  • SCSS 6.4%
  • Other 0.8%