Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scffs/explorer
Проводник, написанный на Preact, Rust, VKUI
https://github.com/scffs/explorer
preact rust vkui
Last synced: about 1 month ago
JSON representation
Проводник, написанный на Preact, Rust, VKUI
- Host: GitHub
- URL: https://github.com/scffs/explorer
- Owner: scffs
- Created: 2023-12-13T20:32:30.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2023-12-18T17:22:48.000Z (11 months ago)
- Last Synced: 2023-12-18T22:00:57.225Z (11 months ago)
- Topics: preact, rust, vkui
- Language: TypeScript
- Homepage:
- Size: 242 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Explorer
Проект разрабатываю в свободное время
## Необходимо установить
- Rust: Установите Rust, следуя инструкциям на [официальном сайте](https://www.rust-lang.org/tools/install).
- pnpm: Установите pnpm, инструкции доступны [здесь](https://pnpm.io/installation).
- Дополнительно [документация](https://tauri.app/v1/guides/getting-started/prerequisites) tauri.
## Зависимости
```bash
pnpm i
```## Запуск
```bash
pnpm tauri dev
```## Сборка
```bash
pnpm tauri build
```