Building a database of plastic recyclers (https://map.preciousplastic.com)
Below instructions are using yarn
however will work using npm
too.
Install
yarn install
Run development server (includes watch)
yarn run start
Production build
yarn run build