Democratising the market by empowering informed purchase choices without burdensome research.
None
- Start Docker
- Start Elasticsearch & Nginx (
docker compose up
) - Start The Web Crawler (
cd crawler/ && npm ci && npm start
) Leave this running for some time. - Start The Website (
cd site/ && npm ci && npm start
)
Oliver Paraskos
Contributions, issues, and feature requests are welcome!
Give a ⭐️ or 👁🗨 if you like this project!
For things which are not security vulnerabilities please raise an issue with the correct corresponding label
If the vulnerability has any impact on user-data or is high severity please raise a security advisory on GitHub.
If the issue has low or medium severity and has no impact on user-data please raise an issue instead.
Before running docker commands execute the following.
# Open Powershell
PS C:\> wsl -d docker-desktop sysctl -w vm.max_map_count=262144