2021-12-21 19:32:01 +01:00
# Walk-up alarm

Alarm clock ringing until you walk out of the bed.
< p >
See it in action:
< a href = "https://nzambello.github.io/walk-up-alarm/" target = "_blank" rel = "noopener noreferrer" >
nzambello.github.io/walk-up-alarm
< / a >
< / p >
< p > It's a < a href = "https://en.wikipedia.org/wiki/Progressive_web_application" target = "_blank" rel = "noopener noreferrer" > PWA< / a > . Install it on your device!< / p >
< br / >
< a href = "https://nzambello.github.io/walk-up-alarm/" target = "_blank" rel = "noopener noreferrer" >
2021-12-21 19:42:14 +01:00
< img src = "./public/walk-up-alarm.svg" width = "200" alt = "Walk-up logo" / >
2021-12-21 19:32:01 +01:00
< / a >
2021-12-21 19:42:14 +01:00
< br / >
2021-12-21 19:32:01 +01:00
## Screenshots
2021-12-21 19:42:52 +01:00
< p float = "left" >
2021-12-21 19:42:14 +01:00
< img src = "./screenshots/start.png" title = "Start page" height = "450" / >
< img src = "./screenshots/clock-alarm-set.png" title = "Alarm set, show clock" height = "450" / >
< img src = "./screenshots/alarm-playing.png" title = "Alarm playing" height = "450" / >
< / p >
2021-12-21 19:32:01 +01:00
< br / >
## Development
```bash
yarn install
```
### Run the app
```bash
yarn dev
```
### Build the app
```bash
yarn build
yarn preview
```
### Run tests
```bash
yarn test
```
## Contributions
Please follow our [convention ](COMMITLINT.md ) on commits format.