Skip to content

DeckSettings/deck-verified-site

Repository files navigation

Deck Verified

Deck Verified is an open-source, community-driven website dedicated to optimizing your handheld gaming experience.

We provide a centralized hub for sharing and discovering optimal settings, performance tweaks, and compatibility reports for games on devices like the Steam Deck, ROG Ally, and other portable PCs.

Features:

  • Curated Game Settings: Find the best settings for your favorite games, contributed by fellow handheld gamers.
  • Performance Tweaks: Discover tips and tricks to maximize performance and battery life on your device.
  • Compatibility Reports: Learn about the compatibility of various games on different handheld devices.
  • Community Driven: Share your own settings and contribute to the growing database.

Contribute:

Deck Verified is built by gamers, for gamers. We encourage you to contribute your own settings, tweaks, and reports to help others get the most out of their handheld gaming experience.

  • Submit a Report: Share your optimized settings and help the community.
  • Report an Issue: Found a bug or have a suggestion? Let us know!
  • Contribute Code: Help us improve the platform by contributing to the codebase.

Links:

Join the Community:

Help us build the ultimate resource for handheld gaming!

Website Development

Install the dependencies

npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

# Redis
docker compose up -d redis

# Backend API
docker compose up -d api --build
# or...
npm run watch:backend

# Frontend
npm run watch:frontend

Build the app for production

docker compose build api web
# and/or...
npm run build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages