Skip to content

Portfolio v3 Reloaded: A bold, reimagined developer showcase—featuring standout projects, next-level skills, and a fresh look at my journey in tech.

License

Notifications You must be signed in to change notification settings

muhammad-fiaz/website

Repository files navigation

image

Portfolio v3 Website

This is the source code for my portfolio website, built using Astro and Tailwind CSS.

Home Page

The home page showcases my professional profile, projects, and ways to contact me. Visit it at https://muhammadfiaz.com.

Issues

If you encounter any bugs, have questions, or want to suggest new features, please use the Issues page in this repository.


Getting Started

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/muhammad-fiaz/website.git
    cd website
  2. Install dependencies:

    npm install
    # or
    pnpm install
    # or
    yarn install
    # or
    bun install

Scripts

  • npm run dev / npm start - Start the development server.
  • npm run build - Type-check and build the project for production.
  • npm run preview - Preview the built site locally.
  • npm run format - Format all the Code

Bun

You can also use Bun as an alternative JavaScript runtime and package manager:

  1. Install Bun: Follow the official Bun installation guide for your OS.

  2. Install dependencies with Bun:

    bun install
  3. Run the development server with Bun:

    bun run dev
  4. Other scripts:

    • bun run build - Build the project for production
    • bun run preview - Preview the built site locally
    • bun run format - Format all the code

Dependencies

Major dependencies used in this project:


License

This project is open source and available under the MIT License.

About

Portfolio v3 Reloaded: A bold, reimagined developer showcase—featuring standout projects, next-level skills, and a fresh look at my journey in tech.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published