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

openlattice/lattice-community-restorative-court

Folders and files

NameName
Last commit message
Last commit date
Dec 3, 2020
Jun 4, 2021
Jun 4, 2021
Jun 4, 2021
Dec 30, 2020
Jun 4, 2021
Oct 19, 2020
Oct 5, 2020
Jun 4, 2021
Feb 24, 2021
Oct 5, 2020
Oct 5, 2020
Oct 5, 2020
Oct 5, 2020
Dec 8, 2020
Dec 4, 2020
Jun 4, 2021
Jun 4, 2021

Repository files navigation

lattice-community-restorative-court

To develop and symlink locally:

npm run build:prod
npm link

In the consuming project:

npm link @openlattice/lattice-community-restorative-court

During development, any changes to this module will require rebuilding and restarting atrium

npm run build:prod

To unlink:

npm unlink @openlattice/lattice-community-restorative-court --no-save && npm i