Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

openlattice/access-request

Repository files navigation

access-request

To develop and symlink locally:

npm run build:dev
npm link

In the consuming project:

npm link @openlattice/access-request

To unlink:

npm unlink @openlattice/access-request --no-save
npm i