Skip to content

eveys-com/docs

This branch is 1 commit ahead of, 311 commits behind statamic/docs:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0555da9 · Sep 4, 2024
Aug 22, 2020
Oct 19, 2023
Aug 29, 2019
Sep 4, 2024
Sep 4, 2024
Aug 29, 2019
Jul 5, 2023
Sep 4, 2024
Sep 4, 2024
May 24, 2024
May 27, 2021
Aug 29, 2019
Oct 20, 2021
Aug 29, 2019
May 12, 2022
Aug 29, 2019
May 9, 2023
Aug 29, 2019
Nov 20, 2019
Sep 4, 2024
Jul 6, 2023
Aug 29, 2019
Jul 5, 2023
Jun 11, 2024
Sep 4, 2024
Mar 13, 2024
Aug 29, 2019
Aug 29, 2019
Aug 29, 2019
Mar 12, 2024
Oct 20, 2021

Repository files navigation

Eveys Logo

Eveys Documentation

This is the source of the official Eveys Docs.

Local Development

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:

  1. Fork this repository
  2. Open your terminal and cd to your ~/Sites folder
  3. 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
  4. CD into the new directory you just created.
  5. Run the following commands:
composer install
npm install
npm run dev
cp .env.example .env
php artisan key:generate

Releases

No releases published

Packages

No packages published

Languages

  • PHP 67.1%
  • Antlers 32.9%