Skip to content

Frontend Work for team_dragon_glass HNG Internship 5.

Notifications You must be signed in to change notification settings

habeebability/hng_dragonglass_ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

hng_dragonglass_ui

Frontend Work for team_dragon_glass HNG Internship 5.


Steps

  • Fork the repository
  • Clone your forked copy using git clone https://github.com/hng_dragonglass_ui.git
  • CD hng
  • Run php -S localhost:8000 to start server
  • Visit localhost:8000 on browser

Making changes

  • CD hng on your pc
  • Create a new php file if you're working on a new page, or open an existing php page file to make updates (Note: Observe file structure and patterns, include head/nav.php where necessary)
  • use git status to check modifications
  • git add to mount the files modified
  • git commit -m "Commit message"
  • git push -u origin master

Making Pull Requests

  • Work on your your forked copy
  • Push as required
  • Go to https://github.com/austinjerrytech/hng_dragonglass_ui/pulls
  • Select new request
  • Choose compare across forks
  • Choose base repository as develop and choose head repository as your forked copy
  • Create pull request. Please ensure there are no merge conflicts

About

Frontend Work for team_dragon_glass HNG Internship 5.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 43.5%
  • CSS 28.5%
  • Hack 22.6%
  • JavaScript 5.4%