Admin panel service for the greenpress open-source platform.
Written in Vue.js.
$ docker run -p 3001:3001 greenpress/admin-panel
$ npm i @greenpress/admin
$ npx greenpress-admin
In case you would like to run this project manually, for any reason, there are several commands you need to acknowledge:
npm install
npm run serve
npm run build
npm run lint