Clone the repo and install dependencies:
git clone --depth 1 --branch main git@github.com:MuertaToolbox/Muerta-Toolbox-App-Lite.git your-project-name
cd your-project-name
npm install
Start the app in the dev environment:
npm start
To package apps for the local platform:
npm run package