A starter repository for building a Statamic local dev environment
You need to have Lando installed which you can download here.
git clone git@github.com:stiknoltz/lando-statamic-starter.gitOr just as good, you can download the .zip file using the Code dropdown above. This prevents you from having this .git repo and allows you to start a new repository should you wish.
Following that, just drop into your new directory.
cd lando-statamic-starterAnd start up Lando.
lando startThis will step through the Statamic install process. Be ready for a few questions.
Lando translated the .lando.yml file into a Docker Compose directive.
Docker then spun up a PHP appserver for you with everything you need to run Statamic.
The URLs provided to you at the end of the lando start sequence are now functional
and your codebase is now sitting in your project root.
This installer handles the "Install Statamic" section of this page.
From there you can start working on your new website.