Skip to content
This repository has been archived by the owner on Mar 2, 2023. It is now read-only.

JonasKruckenberg/tauri-symbols

Repository files navigation

Tauri Symbols


A rudimentary clone of Apple's SF Symbols app. Because you can use all SF Symbols as icons in your Tauri app!

Screenshot of the app, showing a grid of icons with their associated labels Screenshot of the app, showing a grid of icons with their associated labels

Contributing

This project uses pnpm as its package manager and sveltekit as its frontend stack.

Developing

Once you have installed the dependencies with pnpm install you can start the app in development mode:

pnpm dev

Building

To create a production version of your app:

pnpm build

License

MIT © Jonas Kruckenberg.