Skip to main content

How to setup computer to run the builder - APP

  1. Have the app install locally on your computer
  2. Open a terminal window. Navigate to the app folder.
  3. Type in the following command in the terminal: npm run dev
  4. Configure the app:
    1. When prompted select Mobile Pixels from the list of organizations
    2. Type in the name you would like to give the app
    3. When asked if you would like to automatically update your app’s URL, select “Yes, this time” if the app is not in development. If the app is in development, select “No, not at this time”
    4. NOTE: if you make a mistake during this process, run the following command to start over: npm run dev – –reset
  5. To stop running the app, type CTRL + C or COMMAND + C in the terminal