rohanharikr / StardewValleyClock

A desktop clock based on Stardew Valley bootstrapped with Electron and Svelte.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mac

Welcome to the valley!

Checklist

  • Shows the time
  • Shows the date
  • Always on top
  • Current weather status
  • Window spawn on top-right of screen
  • Icons
  • Proper packaging
  • Night / day icon

Building

npm i
npm start for local

Follow below commands for platform specific builds or pass --all to electron-packager to build for all platforms.

Mac Build

mac

Builing for Mac electron-packager . --platform darwin

Win Build

win

Builing for Windows electron-packager . --platfom win32

Linux Build

linux

Builing for Linux electron-packager . --platform linux

About

A desktop clock based on Stardew Valley bootstrapped with Electron and Svelte.


Languages

Language:JavaScript 57.7%Language:HTML 27.6%Language:CSS 14.7%