在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):Exabyte-io/materials-designer开源软件地址(OpenSource Url):https://github.com/Exabyte-io/materials-designer开源编程语言(OpenSource Language):JavaScript 85.5%开源软件介绍(OpenSource Introduction):Materials DesignerThis a standalone react/redux application for atomistic material structures design. Used within the Exabyte.io platform as explained in the corresponding part of its documentatation here. FunctionalityAs below:
InstallationRun with Materials Designer can be installed from source as follow: git clone [email protected]:Exabyte-io/materials-designer.git
cd materials-designer
sh run-application.sh Open http://localhost:3001 to view the application in the browser. DevelopmentExecute the following commands when running the application in development mode. npm install
npm start TestsStart the application and then run one of the below commands to run the tests. To run all tests: sh run-tests.sh To run a specific test feature, pass it's relative path as option: sh run-tests.sh -f=menu/advanced/create-supercell.feature # to run a specific test TODO listDesirable features/fixes for implementation:
DependenciesThis package depends on Made.js and Wave.js. See package.json for the full list. LinksCI Docker filesThere are two docker files used for testing in CI. In principle, we could use
more targeted base images for the use case (e.g. docker-compose build materials-designer
docker-compose build materials-designer-test
docker-compose up -d materials-designer
sleep 30 # let the app actually start
docker-compose run materials-designer-test |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论