If you'd like to contribute to Shio CMS UI Primer, be sure to review the contribution guidelines.
We use GitHub issues for tracking requests and bugs.
$ git clone https://github.com/ShioCMS/shio-ui-primer.git
$ cd shio-ui-primerUse NPM to install the modules.
$ npm installStart Shio CMS following the procedure described in https://github.com/ShioCMS/shio/blob/master/README.md and use the ui-dev profile to start the Shio CMS.
export SPRING_PROFILES_ACTIVE=ui-dev
$ ./gradlew bootrunset SPRING_PROFILES_ACTIVE=ui-dev
gradlew bootrunUse ng to execute Shio CMS UI Primer.
$ npx ng serve --openUse ng to build Shio CMS UI Primer.
$ npx ng build --prodHome: http://localhost:4200





