Home

Awesome

plone.org.br

Quick start

Dependências

Instalação

git clone git@github.com:plonegovbr/plone.org.br.git
cd plone.org.br
make install
make create-site

Inicio

Para iniciar o Backend (http://localhost:8080/)

make start-backend

Para iniciar o Frontend (http://localhost:3000/)

make start-frontend

Estrutura

Este é um monorepo composto por dois ambientes: API (backend) e frontend.

Motivação

Notas

Se o site não funcionar corretamente, podem ser alguns componentes que não tenham iniciados corretamente. Para tentar resolver, restart o backend e o frontend.

Comandos úteis: