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 build
To run the script:
npm start
# or
docker-compose up
To lint and run tests:
npm run lint
npm run test