Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 406 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 406 Bytes

Tree network

Tree network is a responsive web application, to manage family trees. Sign up and add your family tree!

Requirements

  • PHP >= 7.1.3
  • Composer
  • Symfony 4 requirements

Installation

  • git clone https://github.com/rand0mdev/tree-network.git
  • cd tree-network
  • composer install
  • bin/console server:start for development
  • php -S 127.0.0.1:8001 -t public/ for production