This runs a job on a regular basis that fetches the latest Foundry posts and adds any tagged with "Accessibility" to our list of accessibility resources.
Clone this repo and build your Docker container.
npm run build
# or
docker-compose buildTo run the script:
npm start
# or
docker-compose upTo lint and run tests:
npm run lint
npm run test