An example of how GravCMS can be set up locally with Lando.dev
- Clone the repository:
git clone https://github.com/james0r/lando-grav.git - Navigate to the project directory:
cd lando-grav - Start the Lando app:
lando startand wait for the endpoint monitor to timeout. - Run the custom Lando tooling command to install Grav, Grav Admin, and Grav Devtools:
lando install-grav - Rebuild your Lando app to get your green URLs.
lando rebuild -y
From your project root:
lando new-plugin
From your project root:
lando new-theme
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature - Make your changes and commit them:
git commit -m 'Add some feature' - Push to the branch:
git push origin feature/your-feature - Submit a pull request.
- Has unnecessary database service.
- Endpoints monitor needs to be bypassed on first run.
This project is licensed under the MIT License.