Open Core CMS UI application is a demo site to showcase the Open Core CMS.
This application requires an Open Core CMS API instance to use as data source.
See Open Core CMS API repo and follow the instructions there before running CMS UI application.
# 1. Clone the repo
git clone https://github.com/OpenCoreCMS/cms-ui-demo.git
cd cms-ui-demo
# 2. Install dependencies
npm install
# 3. Start the app
npm run dev
Open Core CMS UI application will start on localhost:3000.
Open Core CMS UI application does not currently take any configuration.