An open API service indexing awesome lists of open source software.

https://github.com/love1ace/electron-clock

Clock application made with Electron for UTC +9 (Korean and Japanese time zone)
https://github.com/love1ace/electron-clock

clock electron

Last synced: over 1 year ago
JSON representation

Clock application made with Electron for UTC +9 (Korean and Japanese time zone)

Awesome Lists containing this project

README

          

# Electron Clock

![image](https://github.com/love1ace/electron-clock/assets/147500032/6a1427fd-f1f7-4d97-8cf8-9687cc21e3ea")

# How to Use

1. Clone your fork to your local machine.
```bash
git clone https://github.com/love1ace/electron-clock.git
```
2. Use
```bash
npm start or build
```

# How to Contribute

### Contributions are always welcome! Follow these steps to contribute:

1. Fork this repository.
2. Clone your fork to your local machine.
```bash
git clone https://github.com/love1ace/electron-clock.git
```
3. Create a new branch
```bash
git checkout -b feature/new-feature
```
4. Commit your changes
```bash
git commit -am 'Add new feature'
```
5. Push the branch
```bash
git push origin feature/new-feature
```
6. Create a Pull Request to this repository.

**Even the smallest contributions are greatly appreciated!**