Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 240 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 240 Bytes

October CMS Backend Skin Styles Extension

Installation

  • Clone into aspendigital/backend

Development

Install dependencies:

npm i

Watch files and auto-compile:

npm run watch

Build

npm run prod