A community-driven initiative to catalog brands and their European alternatives. This project aims to help consumers make informed choices by providing information about brands and suggesting European alternatives.
This is currently a prototype built with static data stored in YAML files. The project's future development will depend on community interest and feedback. If the community finds it valuable, we may evolve towards a more robust solution with a proper database and/or CMS. We could even publish it as a mobile app!
- Framework: Nuxt.js (A Vue.js meta-framework)
- Hosting: Hetzner (Germany)
- Domain: OVH (France)
- Version Control: GitHub
Note: While the project is currently hosted on GitHub (a non-European platform), this choice was made to maximize community participation. We are open to discussing alternative hosting solutions in the future.
- Node.js (version 16 or higher)
- npm or yarn
- Clone the repository:
git clone https://github.com/yourusername/isthisfromeu.git
cd isthisfromeu- Install dependencies:
npm install
# or
yarn install- Start the development server:
npm run dev
# or
yarn dev- Open your browser and navigate to
http://localhost:3000
We welcome contributions from everyone! The project thrives on community participation.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
To add or modify brands, edit the content/brands.yml file. Follow the existing structure and format.
This project is licensed under the MIT License - see the LICENSE file for details.
- Thanks to all contributors who help make this project better
- Special thanks to the Nuxt.js team for their excellent framework
- The European tech community for their support and feedback
If you have any questions or suggestions, please feel free to open an issue or start a discussion on GitHub.