mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
Add recommended versions for node and npm
This commit is contained in:
parent
c69d0e8148
commit
28439bff7d
2 changed files with 6 additions and 0 deletions
|
|
@ -77,6 +77,8 @@ Query OK, 0 rows affected (0.00 sec)
|
|||
|
||||
#### Build
|
||||
|
||||
_Node.js 16 and npm 7 are recommended._
|
||||
|
||||
Install dependencies with `npm` and build the backend:
|
||||
|
||||
```
|
||||
|
|
|
|||
|
|
@ -34,6 +34,8 @@ $ npm run config:defaults:bisq
|
|||
|
||||
### 3. Run the Frontend
|
||||
|
||||
_Node.js 16 and npm 7 are recommended._
|
||||
|
||||
Install project dependencies and run the frontend server:
|
||||
|
||||
```
|
||||
|
|
@ -69,6 +71,8 @@ Set up the [Mempool backend](../backend/) first, if you haven't already.
|
|||
|
||||
### 1. Build the Frontend
|
||||
|
||||
_Node.js 16 and npm 7 are recommended._
|
||||
|
||||
Build the frontend:
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue