Deploy

Steps:

  1. Make sure you have correct project setup in env file that you want to build. Project to build need to have same name as the project folder in /src/projects/

  2. Run the command below

# Deploy
$ npm run build

4. It will generate a zip file that you send to the App Developer

Last updated