Go to file
DmitriyA fc1db66288
test-org/trust-module-frontend/pipeline/pr-rc There was a failure building this commit Details
redesign of graphs and visualizations
2025-03-26 05:16:52 -04:00
public added the logo, refactored the graph 2025-03-25 08:54:21 -04:00
src redesign of graphs and visualizations 2025-03-26 05:16:52 -04:00
.gitignore Частично отрефакторил код, переделал sidebar menu и tabs с сипользованием MUI, обновил авторизацию 2025-03-19 07:50:37 -04:00
Dockerfile Обновление интерфейса и связь с бэком 2025-02-17 13:49:40 +00:00
Jenkinsfile работа над конфиг файлом 2025-03-17 07:48:24 -04:00
README.md работа над конфиг файлом 2025-03-17 07:48:24 -04:00
eslint.config.js Обновление интерфейса и связь с бэком 2025-02-17 13:49:40 +00:00
index.html Привел граф в рвбочее состояние, улучшил интерфейс 2025-03-12 17:29:36 -04:00
package-lock.json Notify after PR 2025-03-10 17:10:20 +03:00
package.json added the logo, refactored the graph 2025-03-25 08:54:21 -04:00
vite.config.js added the logo, refactored the graph 2025-03-25 08:54:21 -04:00

README.md

Запуск проекта

  • docker build -t <image_name> .
  • docker run --rm --name <unique-name> -v $(pwd)/src/:/var/www/trust-module/src -v $(pwd)/public/:/var/www/trust-module/public -p <hostPort>:<containerPort> <image_name>:latest