Add requirements section to README

This commit is contained in:
Jackson Harper
2022-02-11 19:57:10 -08:00
parent 614f91215b
commit d2a6729e78

View File

@ -34,6 +34,11 @@ Along with docker-compose you will need to run our `puppeteer-parse` service. Th
fetch web page content and relies on puppeteer and chromium which currently do not run inside of
docker.
### Requirements
* [Node](https://nodejs.org/) -- currently we are using nodejs v14.18
* [Chromium](https://www.chromium.org/chromium-projects/) -- see below for installation info
### Running the web and API services
### 1. Start docker-compose