Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 706 Bytes

ReadMe.md

File metadata and controls

31 lines (20 loc) · 706 Bytes

Design Patterns

This repository describes and implements the most popular design patterns. The author tried to bring more understandable metaphors from real life.

Description and examples you can see on this resource:

Design patterns

Required:

  • Composer

Installing and running tests:

  1. $ composer install
  2. $ php vendor/bin/codecept run

To run the project locally, use the Jekyll static site generator:

  1. $ docker-compose up
  2. $ http://0.0.0.0:4000/design-patterns/

Deploy site to GitHub Page:

The site is deployed to the GitHub Pages automatically in the maser branch, after pushing to the source branch.