aws / graph-explorer

React-based web application that enables users to visualize both property graph and RDF data and explore connections between data without having to write graph queries.
https://github.com/aws/graph-explorer
Apache License 2.0
314 stars 46 forks source link

Fix PNPM mono repo setup #305

Closed kmcginnes closed 4 months ago

kmcginnes commented 4 months ago

Description

Moves all repo related activities to the root folder.

Before, you had to open VS Code in the /packages/graph-explorer folder, or the /packages/graph-explorer-proxy-server folder. If you needed both you just had to jump around in different windows. If you tried to open the root folder in VS Code then Prettier & ESLint would not work. Also, managing dependencies was confusing because there were PNPM lock files in the root and each package folder.

Validation

Related Issues

Addresses #303

Check List

kmcginnes commented 4 months ago

Updating to Node v20 is the next step. This will align our requirement to use CorePack, which requires at least v18. But it is a bigger change requiring testing of the Docker containers and Notebooks.

kmcginnes commented 4 months ago

Updated to include the fix from #306 and update it to the newer PNPM version

kmcginnes commented 4 months ago

Updated