- Setup a new Statamic site using the Statamic CLI
statamic new - You'll be asked if you want to use a starter kit. Say no to this.
- Go through the Statamic install process as per usual.
- Once complete, add the following to your
composer.json, (This is because a couple of packages we're using aren't published to packagist.)
"repositories": [
{
"type": "vcs",
"url": "https://github.com/steadfast-collective/statamic-google-maps-autocomplete.git"
},
{
"type": "vcs",
"url": "https://github.com/steadfast-collective/statamic-auth.git"
}
]
- Run
php please starter-kit:install steadfast-collective/cairn - When asked
Clear Site First?, choose yes. - Create a super user when prompted.
- Run
npm install. - Run
npm run devornpm run build.