Simple React + Vite web application with a search bar for looking up FAVV certified providers.
- Search providers by name, ID, city, or activity
- Responsive card-based results layout
- Lightweight setup with fast Vite development workflow
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open the local URL shown in the terminal (usually http://localhost:5173).
npm run buildThe production output is generated in the dist/ directory.
This repository includes a GitHub Actions workflow at .github/workflows/deploy-pages.yml that:
- Builds the app on every push to
main - Deploys the generated
dist/output to GitHub Pages
- Open your GitHub repository settings.
- Go to Pages.
- Under Build and deployment, set Source to GitHub Actions.
After that, every push to main will trigger a new deployment.