cosmos-ui
v0.14.5
Published
Cosmos CMS - UI
Downloads
154
Keywords
Readme
CosMoS - Cosmic Content Management
Prerequisites
Aside from the obvious node/npm environment, the project uses typings to manage Typescript definitions. You don't need to have it installed, the required typings will be installed as part of the npm install command, but you can install the global typings CLI with:
npm install typings -g
If you need to reinstall the typings, you can run typings install
.
Installation
npm i
typings i
Starting the dev environment
npm start
Building for deployment
npm run build