E
egarcia
Guest
Hello Wes, You can run the KUIB builds from the command line via npm. From the app folder, you can run either of the following commands: - npm run build:dev - npm run build
rod These are scripts listed in the scripts section of package.json. You may need to run "npm install" from the app folder to ensure that the packages have been installed. I hope this helps, Edsel
Continue reading...

Continue reading...