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
- Host: GitHub
- URL: https://github.com/vinicioslc/quack-deck
- Owner: vinicioslc
- Created: 2025-01-29T15:35:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-20T18:23:22.000Z (over 1 year ago)
- Last Synced: 2025-12-25T15:26:20.814Z (6 months ago)
- Topics: steamdeck, steamdeck-brasil, steamdeck-emulation, steamdeck-windows, steamdeckwindows
- Language: Vue
- Homepage: https://quack-deck.info/
- Size: 610 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.