An open API service indexing awesome lists of open source software.

https://github.com/neos/neos

[READ-ONLY] 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
https://github.com/neos/neos

Last synced: 7 months ago
JSON representation

[READ-ONLY] 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

Awesome Lists containing this project

README

          

----------------
The Neos package
----------------

.. 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