Merge branch 'master' into better-block-unfurls

This commit is contained in:
wiz
2022-07-28 01:36:10 +00:00
committed by GitHub
44 changed files with 502 additions and 227 deletions

View File

@@ -9,6 +9,22 @@ Some additional server configuration is required to properly route requests (see
## Setup
### 0. Install deps
For Linux, in addition to NodeJS/npm you'll need at least:
* nginx
* cups
* chromium-bsu
* libatk1.0
* libatk-bridge2.0
* libxkbcommon-dev
* libxcomposite-dev
* libxdamage-dev
* libxrandr-dev
* libgbm-dev
* libpango1.0-dev
* libasound-dev
### 1. Clone Mempool Repository
Get the latest Mempool code:

View File

@@ -4,7 +4,7 @@
"description": "Renderer for mempool open graph link preview images",
"repository": {
"type": "git",
"url": "git+https://github.com/mononaut/mempool-unfurl"
"url": "git+https://github.com/mempool/mempool"
},
"main": "index.ts",
"scripts": {