assemble game tiles (pretty) fast
This is a simple tool that streamlines the process of assembling game tiles.
- ⚡️ Fetching game metadata is fast
- 🌈 Switch between brands/states via dropdown or URL
- ✨ Find games faster with fuzzy search and autosuggest
- 🌸 Clean UI with dark mode
- 🥷 No VPN needed
git clone https://github.com/joshjavier/game-tile-assistant
cd game-tile-assistant
npm install
# Rename `vercel.json` to prevent a bug with Vercel and React Router
mv vercel.json vercel.json.tmp
# Start the dev server
npx vercel dev
Note: Do not stage/commit changes to vercel.json
. There is a bug with Vercel and React Router that causes errors when developing locally, and temporarily renaming vercel.json
is the best workaround that I've tried so far.
MIT © Josh Javier