Skip to content

OpenCoreCMS/cms-ui-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Core CMS UI Demo

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.

Quick start

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

Configuration

Open Core CMS UI application does not currently take any configuration.