This repository contains the code for the Statamic Demo site, available at demo.statamic.com.
If you want to work on this project on your local machine, you may follow the instructions below. These instructions assume you are serving the site using Laravel Valet out of your ~/Sites
directory:
~/Sites
folder~/Sites/docs
folder, by running the following command with your username placed into the {username} slot:
git clone git@github.com:{username}/docs statamic-docscomposer install
npm install
npm run dev
cp .env.example .env
php artisan key:generate
We love it when people provide thoughtful feedback! Feel free to open issues on for any content you find confusing or incomplete. We are happy to consider anything you feel will make the docs and CMS better.
Thank you for considering contributing to Statamic! Every page in the docs site has a link at the bottom that will take you right to the exact content file that renders the page. Click the edit button and submit those PRs!
We simply ask that you please review the contribution guide before you send pull requests.
In order to ensure that the Statamic community is welcoming to all and generally a rad place to belong, please review and abide by the Code of Conduct.