neos/demo

Site package for the Neos Demo Site

Fund package maintenance!
shop.neos.io/neosfunding

Installs: 166 677

Dependents: 4

Suggesters: 0

Security: 0

Stars: 18

Watchers: 8

Forks: 35

Open Issues: 14

Type:neos-site

9.0.0-beta13 2024-06-06 07:43 UTC

This package is auto-updated.

Last update: 2024-09-17 06:32:18 UTC


README

This is the default site package installed with the Neos base distribution. With this package, you can quickly have a look into how easy content can be generated and changed. It also shows the basic concepts of how to build a site package with custom node types and plugins.

About the frontend build stack

We included a frontend build stack based on Node.js, NVM, esbuild, PostCSS and Yarn.

Installation

Make sure that Node.js and Yarn are installed. It is recommended to use NVM to manage versions of the Node.js versions.

 # Enable the correct nvm
 nvm use
 # Install the package dependencies
 yarn

Commands

Package management

The dependencies are stored in the package.json file, so if you edit any config, or need new packages, you have to add them to this file. You can read more about this here.

Explanation of the config files