From 9660e2f6c2fff23b28c23766ac265dd96d739032 Mon Sep 17 00:00:00 2001 From: Pavel Mineev Date: Fri, 10 Apr 2020 15:39:18 +0300 Subject: [PATCH] add info about RAM requirements --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d51cc5ea..cbff0097 100644 --- a/README.md +++ b/README.md @@ -556,7 +556,7 @@ Also script can use `url` property from `remark_config` object, or `window.locat ## Development -You can use fully functional local version to develop and test both frontend & backend. +You can use fully functional local version to develop and test both frontend & backend. It requires at least 2GB RAM or swap enabled To bring it up run: @@ -588,6 +588,7 @@ It stars backend service with embedded bolt store on port `8080` with basic auth ### Frontend development #### Build +You should have at least 2GB RAM or swap enabled for building * install [Node.js 12.11](https://nodejs.org/en/) or higher; * install [NPM 6.13.4](https://www.npmjs.com/package/npm);