A NodeJS Express worker to generate and deliver information for Native Depictions, Web Depictions, and other miscellaneous uses.
ISSUE TRACKING HAS BEEN MOVED TO THE VAPAS JIRA
In order to run the worker, you'll first need to create a .env
file that contains:
- A
URL
variable that points to what URL the worker is running on. - A
SENTRYDSN
variable used for Sentry error reporting. - A
dbURL
variable that points to a MongoDB database.
After that, just run yarn install
and then yarn start
!