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

https://github.com/vinicioslc/quack-deck

Index of compatibility between steamdeck (steamos/windows) and quacked games from windows environment please contribute
https://github.com/vinicioslc/quack-deck

steamdeck steamdeck-brasil steamdeck-emulation steamdeck-windows steamdeckwindows

Last synced: 4 months ago
JSON representation

Index of compatibility between steamdeck (steamos/windows) and quacked games from windows environment please contribute

Awesome Lists containing this project

README

          

# [quack-deck.info](https://quack-deck.info/)

## This project aims to be a compatibility index of all steamdeck quacked games

This project not aims to have or encourage piracy links or another piracy source, this is only for informational purposes

### Disclaimer - DeckCanQuackThis
DeckCanQuackThis is an independent project and is not affiliated with Valve, Steam, Steam Deck, or SteamOS in any way. Our goal is to provide information to facilitate offline software installation, without relying on external platforms, aiming at digital preservation and user accessibility.

All trademarks and names mentioned belong to their respective owners. The use of the information provided on this site is the sole responsibility of the user.

## How to run locally

Make sure to install dependencies:

```bash
# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install
```

## Development Server

Start the development server on `http://localhost:3000`:

```bash
# npm
npm run dev

# pnpm
pnpm dev

# yarn
yarn dev

# bun
bun run dev
```

## Production

Build the application for production:

```bash
# npm
npm run build

# pnpm
pnpm build

# yarn
yarn build

# bun
bun run build
```

Locally preview production build:

```bash
# npm
npm run preview

# pnpm
pnpm preview

# yarn
yarn preview

# bun
bun run preview
```

Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.