Contributing
Contributions and discussions are always welcome, no matter how large or small.
Test the kit
If you want to install and test your locally exported kit, make sure you add the repo's local path to your global Composer config.json
file as a repository:
{
"repositories": [
{
"type": "path",
"url": "/Users/robdekort/statamic-peak"
}
]
}
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
You can then run statamic new site studio1902/statamic-peak --local
to run the Statamic installer using your own locally exported starter kit.
Docs
The documentation run on https://vuepress.vuejs.org. To locally install this run the following:
npm i
npm run docs:dev
- Visit http://localhost:8080.
Commits to these docs are automatically deployed to production on https://peak.1902.studio using Netlifyopen in new window.
Attribution
These docs are initially setup using VuePress 1 by Robert Gussopen in new window. Thank you so much! Today we run VuePress 2.