Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 603 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 603 Bytes

Zebra demo project

This project uses Next.js as the frontend and Neos as (kind of headless) CMS.

Development setup

Using Devbox

Install Devbox if you haven't already:

https://www.jetpack.io/devbox/docs/installing_devbox/

Start all services:

devbox services up

This will create the database and import the site.

Create a backend user:

# Create a new admin user
./neos/flow user:create --roles Administrator admin password Zed Zebra

Frontend: http://localhost:3000 Backend: http://localhost:3000/neos

Note: The frontend and backend are accessed through Next.js.