https://github.com/chloefrfr/demeter
Fortnite Launcher
https://github.com/chloefrfr/demeter
fortnitelauncher launcher tailwindcss tauri typescript typescript-react
Last synced: 6 months ago
JSON representation
Fortnite Launcher
- Host: GitHub
- URL: https://github.com/chloefrfr/demeter
- Owner: chloefrfr
- Created: 2024-08-29T18:10:54.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-31T00:17:54.000Z (about 1 year ago)
- Last Synced: 2025-02-07T13:52:42.417Z (8 months ago)
- Topics: fortnitelauncher, launcher, tailwindcss, tauri, typescript, typescript-react
- Language: TypeScript
- Homepage:
- Size: 342 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demeter
**Demeter** is a Fortnite Launcher made in TypeScript, powered by Tauri, and designed with React and Tailwind
## Installation
1. **Clone the Repository**
```bash
git clone https://github.com/chloefrfr/demeter.git
cd demeter
```2. **Install Dependencies**
```bash
bun install
```3. **Build and Run**
```bash
bun --bun run dev
```For production builds, use:
```bash
bun --bun tauri build
```