Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 493 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 493 Bytes

omnifood

screenshot

Web site for imaginary food delivery company which I created while taking a course at udemy.com

Install

Install PHP, if you don't have it already:

brew install php

Run server

php -S localhost:8000

View the app at http:/localhost:8000

Quick preview

If you don't want to install PHP or run server, you can open index.html in your browser. Please note that contact form won't be fully functional this way.