mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Move requirements to the top of the README
This makes it easier for people to find the correct node.js version.
This commit is contained in:
parent
f7e3a1657e
commit
8e3cea5062
1 changed files with 7 additions and 8 deletions
15
README.md
15
README.md
|
|
@ -32,6 +32,13 @@ Read more about Omnivore on our blog. <https://blog.omnivore.app/p/getting-start
|
|||
|
||||
The easiest way to get started with local development is to use `docker-compose up`. This will start a postgres container, our web frontend, an API server, and our content fetching microservice.
|
||||
|
||||
### Requirements for development
|
||||
|
||||
Omnivore is written in TypeScript and JavaScript.
|
||||
|
||||
* [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
|
||||
|
|
@ -67,14 +74,6 @@ cp .env.local .env
|
|||
yarn dev
|
||||
```
|
||||
|
||||
### Requirements for development
|
||||
|
||||
Omnivore is written in TypeScript and JavaScript.
|
||||
|
||||
* [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 puppeteer-parse service outside of Docker
|
||||
|
||||
To save pages you need to run the `puppeteer-parse` service.
|
||||
|
|
|
|||
Loading…
Reference in a new issue