https://github.com/dckt/new-tab-flow
A simple Chrome new tab extension built in Reason React
https://github.com/dckt/new-tab-flow
chakra-ui chrome-extension react reason-react reasonml
Last synced: 9 months ago
JSON representation
A simple Chrome new tab extension built in Reason React
- Host: GitHub
- URL: https://github.com/dckt/new-tab-flow
- Owner: DCKT
- Created: 2019-10-04T21:07:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T08:15:04.000Z (over 3 years ago)
- Last Synced: 2025-04-06T23:51:36.940Z (11 months ago)
- Topics: chakra-ui, chrome-extension, react, reason-react, reasonml
- Language: Reason
- Homepage:
- Size: 3.84 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# New tab flow
A simple Chrome new tab extension

## Development
Install dependencies
```
yarn install
```
Run bsb watcher
```
yarn start
```
Run webpack server
```
yarn server
```
Create production build
```
yarn webpack:production
```