A helper tool to streamline the encoding process of AnimeThemes.moe
This app is still under development and has no bundled release at the time.
The stack is basically Tauri with Rust as backend and Svelte as frontend (using SvelteKit and TypeScript)
-
Install :
- pnpm
- Tauri prerequisites, which include Rust
-
Clone this repository into a folder of your choosing
git clone https://github.com/soleuniverse101/animethemes-encoder.git
-
Install all dependencies with
pnpmcd animethemes-encoder pnpm install -
Finally, run the app
pnpm tauri dev
VS Code + Svelte + Tauri + rust-analyzer.
.vscode/extensions.json should make VSCode suggest installing all these extensions at once