Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 516 Bytes

contribution.md

File metadata and controls

33 lines (19 loc) · 516 Bytes

Requirement

  • Be sure you have php 8.2 on your machine.
  • Be sure you have docker on your machine.
  • Create composer.mk file in .makefile directory and put you're composer token in it:
GITHUB_TOKEN ?= ghp_xxxxxxxxxxxxx

https://getcomposer.org/doc/articles/authentication-for-private-packages.md#github-oauth

Installation

make install

Usage

Run theme plugin test

make tests.all

List all available commands

make help

Stop

make down

Reset project

make reset