Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 621 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 621 Bytes

This contains documentation for php-developers-nepal community. see gh-pages, send pull requests, report on issues. enjoy!

Local Machine Setup for Contribution

  • Install ruby
  • Install Jekyll
  • Have some workable knowledge on github pages

Use following Jekyll command to serve locally. Below command was tested on jekyll 3.1.6

$ jekyll serve watch

Local Development

Once Jekyll services the page, open browser and visit http://127.0.0.1:4000/php

Above command will regenerate page automatically if any changes is made on template files.