Skip to content

My first personal portfolio website, built with PHP and featuring a "minimal web design" concept.

License

Notifications You must be signed in to change notification settings

fedyrahmatullah/fedyr.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fedyr.com

Preview of fedyr.com website

My first personal portfolio website, built with PHP and featuring a "minimal web design" concept.

Prerequisites

  • Make sure PHP is installed on your system. You can verify the installation by running php -v in your terminal.
php -v

Running locally

git clone https://github.com/fedyrahmatullah/fedyr.com.git
cd fedyr.com/public
php -S localhost:8000

Open http://localhost:8000 with your browser to see the result. Note: The "php -S localhost:8000" command is meant for development purposes only and should not be used in a production environment.

Project Structure

The main content of the website is located in the "public" directory, which is served as the root of the project. Ensure that you navigate to this directory before running the PHP server.

Troubleshooting

If you encounter issues while running the server, ensure that:

  • You are in the correct directory (public).
  • No other server is running on port 8000.
  • The index.php file exists in the public directory.

License

Licensed under MIT License, Copyright (c) 2024 Fedy Rahmatullah

About

My first personal portfolio website, built with PHP and featuring a "minimal web design" concept.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published