This should be a basic description of the server package.
This should be a basic description of the UI package.
Navigate to packages/server
or packages/ui
and run npm link
(do both to link both packages)
Note You can check that this was successful by looking at the node_modules folder. Scroll through the list until you find @solid-auth. Click on it to make sure both packages are listed.
From root, run: npm link @solid-auth/server @solid-auth/ui
Note check the node_modules folder to ensure these were linked