https://github.com/networkteam/zebra-demo
Zebra (Neos and Next.js) demo project
https://github.com/networkteam/zebra-demo
Last synced: about 2 months ago
JSON representation
Zebra (Neos and Next.js) demo project
- Host: GitHub
- URL: https://github.com/networkteam/zebra-demo
- Owner: networkteam
- Created: 2023-04-25T08:57:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T18:01:46.000Z (almost 2 years ago)
- Last Synced: 2024-04-30T18:58:58.909Z (almost 2 years ago)
- Language: TypeScript
- Size: 2.89 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```sh
devbox services up
```
This will create the database and import the site.
Create a backend user:
```sh
# 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.