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: 5 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 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T08:15:04.000Z (over 2 years ago)
- Last Synced: 2023-03-24T13:13:14.555Z (about 2 years ago)
- Topics: chakra-ui, chrome-extension, react, reason-react, reasonml
- Language: Reason
- Homepage:
- Size: 3.84 MB
- Stars: 10
- Watchers: 2
- 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
```