Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhacaz/sunny-clock
https://github.com/bhacaz/sunny-clock
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bhacaz/sunny-clock
- Owner: Bhacaz
- Created: 2023-06-21T12:01:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-04T17:34:48.000Z (over 1 year ago)
- Last Synced: 2023-08-04T18:47:11.907Z (over 1 year ago)
- Language: Vue
- Homepage: https://sunny-clock.vercel.app
- Size: 187 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Sunny Clock](https://sunny-clock.vercel.app/moon)
Simple PWA (web app) to replace a Grow Clock with a phone or tablet.
## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Compile and Minify for Production
```sh
npm run build
```### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```