A user-friendly tool to quickly create and configure a new NueCMS project, guiding you through setup, template selection, and configuration for a seamless start.
- Step-by-step project setup for NueCMS.
- Customizable options to suit project requirements.
- Lightweight and easy to use.
Install via shell script:
curl -fsSL https://get.nuecms.com/install.sh | sh
Install via PowerShell:
irm https://get.nuecms.com/install.ps1 | iex
cd /path/to/project-sources
curl -fsSL https://get.nuecms.com/install.sh | sh
Contributions are welcome! Please follow these steps:
- Fork this repository.
- Create a feature branch:
git checkout -b feature-name
. - Commit your changes:
git commit -m 'Add feature name'
. - Push to the branch:
git push origin feature-name
. - Open a pull request.
Please ensure that your code passes the existing tests and linting rules. If you add new features, write tests for them.
MIT License. See the LICENSE file for more details.