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)
- Host: GitHub
- URL: https://github.com/love1ace/electron-clock
- Owner: love1ace
- License: mit
- Created: 2024-06-23T15:29:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-23T15:43:05.000Z (about 2 years ago)
- Last Synced: 2025-03-10T14:57:05.275Z (over 1 year ago)
- Topics: clock, electron
- Language: HTML
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Electron Clock

# 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!**