Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onedsix/launcher
The 1D6 Launcher, built using Tauri, React, and Typescript
https://github.com/onedsix/launcher
react tauri tauri-app typescript
Last synced: 9 days ago
JSON representation
The 1D6 Launcher, built using Tauri, React, and Typescript
- Host: GitHub
- URL: https://github.com/onedsix/launcher
- Owner: OneDSix
- Created: 2024-05-15T21:43:30.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-21T11:20:39.000Z (8 months ago)
- Last Synced: 2024-11-14T20:28:06.921Z (2 months ago)
- Topics: react, tauri, tauri-app, typescript
- Language: TypeScript
- Homepage:
- Size: 767 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 1D6 Launcher
The 1D6 launcher, built using [Tauri](https://tauri.app/), [React](https://react.dev/), and [Typescript](https://www.typescriptlang.org/).
## Building
### Prerequisites
- Node.js + npm / Yarn / Bun / etc.
- Rust Toolchain + Cargo
- 4gb free space on your preferred drive (mostly filled by `node_modules`)```bash
# Clone the repo
git clone https://github.com/OneDSix/launcher# Install the needed libraries
# This is assuming you're running it from ./
npm i
cargo install --path ./src-tauri# Then build
# This process will take an excruciating amount o time
# It may open a tab on your browser of the react app as well
cargo tauri dev
```It should be noted that if you're just building, there is no need to download any of the extensions in `./vscode`.\
If you want to contribute, then it's highly recommended.