neos/neos

An open source Content Application Platform based on Flow. A set of core Content Management features is resting within a larger context that allows you to build a perfectly customized experience for your users.

Fund package maintenance!
shop.neos.io/neosfunding

Installs: 727 946

Dependents: 591

Suggesters: 2

Security: 4

Stars: 104

Watchers: 13

Forks: 43

Type:neos-package

9.0.0-beta7 2024-03-11 10:44 UTC

This package is auto-updated.

Last update: 2024-04-11 22:42:20 UTC


README

Note

This repository is a read-only subsplit of a package that is part of the Neos project (learn more on www.neos.io).

Neos is an open source Content Application Platform based on Flow. A set of core Content Management features is resting within a larger context that allows you to build a perfectly customized experience for your users.

If you want to use Neos, please have a look at the Neos documentation

Contribute

If you want to contribute to Neos, please have a look at https://github.com/neos/neos-development-collection - it is the repository used for development and all pull requests should go into it.

Build frontend assets

If you need to rebuild the frontend assets you need to run the following commands within the Neos.Neos package directory:

For develpment:

yarn
yarn build

For production:

yarn
yarn build:production