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
- Host: GitHub
- URL: https://github.com/adiatma/intip-chrome-extensions
- Owner: adiatma
- Created: 2021-03-25T17:47:38.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-26T01:59:08.000Z (over 3 years ago)
- Last Synced: 2025-01-12T07:31:22.161Z (5 months ago)
- Topics: chrome-extension-react, creact-react-app, ocaml, rescript, rescript-react
- Language: ReScript
- Homepage:
- Size: 775 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
intip-chrome-extension
Chrome extension with CRA + ReScript
![]()
## 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
```