ja1984 / cogCMS

0 stars 0 forks source link

cms

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Lints and fixes files

yarn run lint

Backend

Setup

cd backend
make up
visit http://localhost:5000

view logs

make logs