Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 477 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 477 Bytes

Gigi

Install

npm install -g mrs-developer
npm install
missdev
npm start

Run Guillotina on port 8080, it must contain a container named site.

docker-compose -f g-api/docker-compose.yaml up

TEMPORARY PATCH

Go to node_modules/@react-page/core/lib-es/components/Dimensions/index.js and those 2 lines:

Line 23:

import onElementResize from 'element-resize-event';

Line 63:

onElementResize(this.containerRef, this.updateDimensions);