% python3.11 -m venv venv
% source venv/bin/activate (Linux)
> venv\Scripts\activate.bat (Windows TBC)
% pip install -r requirements/core.txt
% cd job_scrapper
% scrapy shell
>>> exit()
% cd job_scrapper
% scrapy crawl protocol -O output.json
% cd chart
% yarn
% yarn dev