/another-to-do

Yet another to do app. Electron + Svelte + IndexedDB

Primary LanguageSvelte

just another to do app

# Dev
npm start


# Package
npm run package
# Create a set of icons from png
mkdir ./assets/set.iconset
cp ./assets/favicon.png ./assets/set.iconset/icon_512x512@2x.png
iconutil -c icns ./assets/set.iconset
rm -rf ./assets/set.iconset