A tool for generating vendor search strings. With no false positives matches and with query shortening, so you can fit more stuff in to your search!
If you encounter a bug or have a suggestion:
- Go to the Issues tab.
- Open a "New Issue".
- Describe the problem and provide steps to reproduce it.
Contributions are always welcome. To keep things organized:
- Join the discord server: https://discord.gg/AR9AxAYudF
- Discuss first: It’s best to discuss ideas or planned changes on discord before starting the work.
- Check Issues: Take a look at the open issues to see what needs help or to make sure a topic isn't already being worked on.
- Fork and PR: Once everything is ready, fork the project and submit a pull request.
Files under public/generated are generated files and changing these files won't solve any issues. Please report it as a bug, instead of making a pull request with changes, if you think the issue is in the generated regular expressions.
Follow these steps to run the development environment locally:
# Clone the repo
git clone git@github.com:veiset/poe2.re.git
cd poe2.re
# Install dependencies
pnpm install
# Start the development server
pnpm run dev