There are two ways to set up your environment:
- Manual Installation
- Docker
Docker is recommended because it is simpler.
If you want to set up your environment manually, follow the instruction depending your OS:
- Mac: installation/mac/README.md
- Windows: installation/windows/README.md
Follow Install Docker Engine to install Docker Desktop
.
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