An open API service indexing awesome lists of open source software.

https://github.com/adiatma/intip-chrome-extensions

Chrome extension with CRA + ReScript
https://github.com/adiatma/intip-chrome-extensions

chrome-extension-react creact-react-app ocaml rescript rescript-react

Last synced: 4 months ago
JSON representation

Chrome extension with CRA + ReScript

Awesome Lists containing this project

README

        


intip-chrome-extension


Chrome extension with CRA + ReScript




capture

## Getting Started

```bash
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.

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