plone / ploneconf.org

Site for the 2022 Plone Conference
https://2022.ploneconf.org/
5 stars 2 forks source link
plone volto volto-addon

2022.ploneconf.org

Quick start

Requirements

Install

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

Start

Start the Backend (http://localhost:8080/)

make start-backend

Start the Frontend (http://localhost:3000/)

make start-frontend

Structure

This monorepo is composed by two distinct codebases: api and frontend.

Reasoning

Notes

If the site does not start correctly, it may be because of a race condition. As a temporary workaround, stop the back ends then start them up one at a time.

Useful commands: