Scrapes data from ACARA's official price guide.
~$ npm install
# Copy the .env.example file to .env.local
~$ cp .env.example .env.local
Open the .env.local file and set the environment variables.
Scraperapi API key is optional.
# Compile the project
~$ npm run build
# Run the project
~$ npm run start