Skip to content

eveys-com/docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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%