Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 391 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 391 Bytes

OpenCCK Admin

Nuxt admin panel for OpenCCK CMS

Build Setup

# install dependencies
$ npm install

# copy and set environments
$ cp .env.example .env

Development

# serve with hot reload
$ npm run dev

Production

# build for production
$ npm run build

# launch with npm
$ npm run start

# launch with pm2
$ pm2 start ecosystem.config.js