Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 850 Bytes

README.md

File metadata and controls

45 lines (25 loc) · 850 Bytes

Frontend

Setup

There are two ways to set up your environment:

  1. Manual Installation
  2. Docker

Docker is recommended because it is simpler.

Installation

If you want to set up your environment manually, follow the instruction depending your OS:

Docker

Follow Install Docker Engine to install Docker Desktop.

Run the App

If you set up your environment manually, run:

npm start

If you use Docker, run:

docker-compose up

If you get the network mems-network declared as external, but could not be found error, run:

docker network create mems-network --subnet=192.168.1.0/24 --gateway=192.168.1.1