Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrisingenhaag/getmydeck-app
https://getmydeck.ingenhaag.dev frontend
https://github.com/chrisingenhaag/getmydeck-app
steamdeck
Last synced: about 2 months ago
JSON representation
https://getmydeck.ingenhaag.dev frontend
- Host: GitHub
- URL: https://github.com/chrisingenhaag/getmydeck-app
- Owner: chrisingenhaag
- License: apache-2.0
- Created: 2024-03-16T14:33:37.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-09T17:45:37.000Z (9 months ago)
- Last Synced: 2024-04-09T20:50:06.525Z (9 months ago)
- Topics: steamdeck
- Language: Svelte
- Homepage:
- Size: 1.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# GetMyDeck-App
![Build](https://github.com/chrisingenhaag/getmydeck-app/actions/workflows/npm-build.yml/badge.svg?branch=main)
SvelteKit based web frontend for [getmydeck.ingenhaag.dev](https://getmydeck.ingenhaag.dev)
In 2022 getmydeck was a tool for the [reddit community](https://www.reddit.com/search/?q=getmydeck&type=link&sort=new) around the release of the Valve Steam Deck. Based on crowdfunded data from
the community users were able to get information about Valves shipment progress. During that time Valve sent out emails
twice a week and notified some of the customers that they are now able to proceed to order. This data was shared by the reddit users and scraped
by getmydeck. Everyone else hammered F5 in their browser twice a week to see how much progress Valve did, sample result below.![getmydeck sample result](https://github.com/chrisingenhaag/getmydeck-app/blob/main/doc/sample-result.png?raw=true)
## Developing
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```bash
npm run dev# or start the server and open the app in a new browser tab
npm run dev -- --open
```## Building
To create a production version of your app:
```bash
npm run build
```