git clone https://github.com/neatorobito/PicketFence
git clone https://github.com/neatorobito/Perimeter
cd Perimeter
npm install
npm run build
cd ../PicketFence
npm install ../Perimeter
npm install
npm run build
#If you hit a build error related to SSL, try using a legacy OpenSSL provider by setting the environment variable below. Note this is a temporary workaround and you may need to switch to a different version of Node.
# export NODE_OPTIONS=--openssl-legacy-provider
npx cap sync
npx cap open ios #or android