Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/therandommelon/mastodon-desktop
A very WIP cross-platform Mastodon client written in Electron and Svelte(Kit).
https://github.com/therandommelon/mastodon-desktop
Last synced: 24 days ago
JSON representation
A very WIP cross-platform Mastodon client written in Electron and Svelte(Kit).
- Host: GitHub
- URL: https://github.com/therandommelon/mastodon-desktop
- Owner: TheRandomMelon
- License: mit
- Created: 2023-10-11T15:21:19.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-11T15:21:22.000Z (over 1 year ago)
- Last Synced: 2024-11-05T12:03:01.731Z (2 months ago)
- Language: JavaScript
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sveltekit + Electron
Minimal [Sveltekit](https://github.com/sveltejs/kit#readme) + [Electron](https://www.electronjs.org/) starter template.
## Getting Started
Unfortunately you must use `npm` as there are issues that arise when using `pnpm` or `yarn`
| | |
| ------- | ------------------------------------------- |
| Clone | · `npx degit fractalhq/sveltekit-electron ` |
| Install | · `npm install` |
| Develop | · `npm run dev` |
| Build | · `npm run build` |In order to eliminate vulnerabilities caused by electron itself, please run `npm update` and `npm audit fix`. This will apply overrides.
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Svelte for VSCode](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode)
## Change Build Targets
In the scripts section of package.json you can update the `build:electron` command and change the flags to set the targets, by default it uses `-mwl` which is Mac, Windows, and Linux