Skip to content

adiatma/intip-chrome-extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

intip-chrome-extension

Chrome extension with CRA + ReScript

capture

Getting Started

cp .env.example .env
yarn install
yarn re:watch # build rescript
yarn start # run project

Notes

to build in production, please follow steps at bellow.

chmod +x ./build.sh
yarn build
# open your chrome extensions in your browser, and click load unpacked
# upload distribution assets in releases/<version>/* directory to chrome extensions