Small static site to list organizations, charities, and helpful links for Filipino LGBTQ+ communities. Built with Vite, React, and Tailwind CSS.
Getting started
- Install dependencies
npm install- Run dev server
npm run devNotes
- Edit resource entries in
src/data/resources.json. - Update the contact email in
src/App.jsxfooter. - To deploy, push this repo to GitHub and use GitHub Pages, Vercel, or Netlify.
GitHub Pages
The repository includes .github/workflows/deploy.yml. After uploading or merging these files:
- Open the repository's Settings → Pages.
- Set the source to GitHub Actions.
- Push to
mainor run the "Deploy to GitHub Pages" workflow from the Actions tab.
The expected site URL is https://romeojunior.github.io/GayCard/.
Contributing
- Use the issue template "Suggest a resource" to propose additions or corrections.
- See
CONTRIBUTING.mdfor details on PRs and formatting.
Assets
- Card textures and sample images are stored in
assets/(used only for visual theming).