Skip to content

steadfast-collective/cairn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cairn

Installation

  1. Setup a new Statamic site using the Statamic CLI statamic new
  2. You'll be asked if you want to use a starter kit. Say no to this.
  3. Go through the Statamic install process as per usual.
  4. 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"
    }
]
  1. Run php please starter-kit:install steadfast-collective/cairn
  2. When asked Clear Site First?, choose yes.
  3. Create a super user when prompted.
  4. Run npm install.
  5. Run npm run dev or npm run build.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published