This is the source of the official Eveys Docs.
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:
- Fork this repository
- Open your terminal and cd to your ~/Sitesfolder
- Clone your fork into the ~/Sites/docsfolder, by running the following command with your username placed into the {username} slot: git clone git@github.com:{username}/docs statamic-docs
- CD into the new directory you just created.
- Run the following commands:
composer install
npm install
npm run dev
cp .env.example .env
php artisan key:generate