A simple and powerful search tool for card games.
npm i
npm start
Check out the contributing guide for more information.
- Figure out where you want to dump your content. It should be either a fork of this repository, or at minimum the output should be formatted the same as that repository.
- Change
https://ledercardcdn.seiyria.com
to your desired URL. At this time, it can't be changed easily in one place, so a find+replace all will be necessary. Thecards
repository will also need a script update to change the base URL of the images. - Make sure you have a
NETLIFY_AUTH_TOKEN
andNETLIFY_SITE_ID
set per repo so they have somewhere to deploy to, if you want to use netlify. - If you're me (@seiyria), you're going to want to have two netlify apps set up for deployment. You'll want to configure those, the domains for those, as well as update any URLs in the GitHub actions workflows.
- Make sure DNS entries exist for both applications.
- Update the
cards
repo action to point to the newLibrary
repo for cross-building. You'll also need a PAT withrepo
scope enabled, and added toCROSS_REPO_UPDATE_PAT
.