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


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%