Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vmarcosp/timerlab
:alarm_clock: A simple and customizable timer
https://github.com/vmarcosp/timerlab
buckelscript ocaml react reason-react reasonml rescript rescript-lang timer timer-application timer-clock
Last synced: 2 months ago
JSON representation
:alarm_clock: A simple and customizable timer
- Host: GitHub
- URL: https://github.com/vmarcosp/timerlab
- Owner: vmarcosp
- Created: 2020-08-19T11:42:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-10T19:30:10.000Z (almost 4 years ago)
- Last Synced: 2024-11-14T16:45:33.177Z (2 months ago)
- Topics: buckelscript, ocaml, react, reason-react, reasonml, rescript, rescript-lang, timer, timer-application, timer-clock
- Language: ReScript
- Homepage:
- Size: 8.97 MB
- Stars: 101
- Watchers: 1
- Forks: 12
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
- awesome-list - timerlab
README
Site •
Preview •
Setup •
License •
Contributing •
Lukin Co.
## Preview
![](./assets/preview.gif)## Setup
This project uses `Create React App` and [ReScript/ReasonML](https://rescript-lang.org).
### Install dependencies
```sh
yarn
```### Development mode
- ReScript compiler:
```sh
yarn bsb
```- CRA:
```sh
yarn start
```### Build
```sh
yarn build
```## License
MIT