Skip to content

Files

Latest commit

32b2479 · Feb 22, 2022

History

History
33 lines (20 loc) · 435 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 435 Bytes

Import Accessibility Posts

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.

Getting Started

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