Skip to content

plone/volto

Repository files navigation

Plone in React

Build Status Coverage Dependencies Dev Dependencies NPM

Installation

Prerequisites

Install dependencies

$ yarn

Install backend

$ cd api
$ python bootstrap-buildout.py
$ ./bin/buildout

Development

Run backend

$ cd api
$ ./bin/instance fg

Run frontend

$ yarn dev

Browsing

Go to http://localhost:4300 in your browser.

Testing

$ yarn test

License

The BSD 3-Clause License. Copyrights hold the Plone Foundation. See LICENSE.md for details.