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
- Host: GitHub
- URL: https://github.com/neos/neos
- Owner: neos
- License: gpl-3.0
- Created: 2015-08-18T15:32:19.000Z (over 10 years ago)
- Default Branch: 8.3
- Last Pushed: 2025-06-13T20:08:13.000Z (7 months ago)
- Last Synced: 2025-06-16T04:34:39.441Z (7 months ago)
- Language: PHP
- Homepage: https://github.com/neos/neos-development-collection
- Size: 127 MB
- Stars: 110
- Watchers: 12
- Forks: 44
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.rst
- License: LICENSE
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