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
~/Sites
folder - Clone your fork into the
~/Sites/docs
folder, by running the following command with your username placed into the {username} slot: git clone [email protected]:{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