An open API service indexing awesome lists of open source software.

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

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
```