Skip to content
This repository has been archived by the owner on Nov 4, 2021. It is now read-only.
/ shio-ui-primer Public archive

✨ 🧬 🎨 Shio User Interface using Primer CSS and Angular 11.

Notifications You must be signed in to change notification settings

ShioCMS/shio-ui-primer

Repository files navigation

Quality Gate Status Twitter

Shio CMS user interface using Primer CSS

screen01.png

screen02.png

screen03.png

screen04.png

screen05.png

screen06.png

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.

Installation

Download

$ git clone https://github.com/ShioCMS/shio-ui-primer.git
$ cd shio-ui-primer

Deploy

1. Install NPM Modules

Use NPM to install the modules.

$ npm install

2. Start Shio CMS

Start 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.

Linux

export SPRING_PROFILES_ACTIVE=ui-dev
$ ./gradlew bootrun

Windows

set SPRING_PROFILES_ACTIVE=ui-dev
gradlew bootrun

3. Runtime

Use ng to execute Shio CMS UI Primer.

$ npx ng serve --open

4. Build

Use ng to build Shio CMS UI Primer.

$ npx ng build --prod

URL

Home: http://localhost:4200

About

✨ 🧬 🎨 Shio User Interface using Primer CSS and Angular 11.

Topics

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published