This project not aims to have or encourage piracy links or another piracy source, this is only for informational purposes
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.
Make sure to install dependencies:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun install
Start the development server on http://localhost:3000
:
# npm
npm run dev
# pnpm
pnpm dev
# yarn
yarn dev
# bun
bun run dev
Build the application for production:
# npm
npm run build
# pnpm
pnpm build
# yarn
yarn build
# bun
bun run build
Locally preview production build:
# npm
npm run preview
# pnpm
pnpm preview
# yarn
yarn preview
# bun
bun run preview
Check out the deployment documentation for more information.