Nuxt admin panel for OpenCCK CMS
# install dependencies
$ npm install
# copy and set environments
$ cp .env.example .env
# serve with hot reload
$ npm run dev
# build for production
$ npm run build
# launch with npm
$ npm run start
# launch with pm2
$ pm2 start ecosystem.config.js