I hate my self
Vite Svelte Electron Tailwind Typescript
To get started with building your app using this template, follow these simple steps (assuming you already have Node.js installed):
Get a copy of this template by running the following command:
npx degit RealMaoZedong/SvetleTemplate my-app-name
Next, cd into the project directory and install the dependencies:
cd my-app-name
yarn
Finally, start the development server:
yarn dev
When your app is ready, you can build by running the following command:
yarn make