networkteam/neos-mockup

Letzte Aktivität 20 Jun 2023 8495
composer require networkteam/neos-mockup

A Neos package providing basic mockup functionality for content-first approach

neos-mockup

A Neos package providing basic mockup functionality for content-first approach

Install package

  1. Install neos base distribution via composer https://www.neos.io/download-and-extend.html

  2. Require package networkteam/neos-mockup as composer dependency

composer require "networkteam/neos-mockup"
  1. Remove neos/demo package
composer remove package neos/demo
  1. Follow Neos setup (http://your-neos.site/setup) and create a new site package with a dummy site
  2. Log into Neos backend (http://your-neos.site/neos)

Custom Styles / Contribution

Use yarn to install dependencies.

We moved the creation of stylesheets to SCSS. Compiling is possible by using yarn start which is a watcher for devlopment. Use yarn build to get a compressed production build.

The content of the readme is provided by Github
The same vendor provides 20 package(s).