tool for computations and visualizations of anisotropic elastic properties of lamellar (nano-)composites
- node.js (tested with version >=6.x )
cd react-app
cp .env.example .env # and edit
npm i
npm start
In another terminal do:
cd node-server
cp .env.example .env # and edit
npm i
node index.js
- docker, docker-compose
- clone the repo and
cdinto it - create directory
secretsand addmelasa-cerit-sc.pemto it -
cd react-app cp env.example .env # in this case REACT_APP_API_ENDPOINT=https://melasa.cerit-sc.cz/api npm i npm run build cp node-server/{env.example,.env} # and edit- in repo root run
docker-compose up -d --force-recreate --build
Network card provided to virtual machine hosting the MELASA do not have the default MTU of 1500. Problem and its solution is described here. MTU value can be determined with:
$ docker network inspect bridge | grep mtu | awk '{print $2}'Licensed as MIT.