Skip to content
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.

Dependency manager for large codebase and many projects

License

Notifications You must be signed in to change notification settings

Luchanso/dependencies-heatmap

Repository files navigation

Dependencies Manager

Use as docker

Backend

docker pull luchanso/dependencies-heatmap-backend:0.1.0

Client

docker pull uchanso/dependencies-heatmap-client:1.0.1
docker run -d -p 8080:80 --name dp-client dependencies-heatmap-client:1.0.0 --env BACKEND_URL=http://localhost:4000 BASENAME=/

Where BACKEND_URL - path for GraphQL server, by default http://localhost:4000 BASENAME - app location, by default is root / All environments is optional

Development

git pull git@github.com:Luchanso/dependencies-heatmap.git
cd dependencies-heatmap
yarn install
yarn start

Project

Screenshots: screenshot