Make sure to ⭐ the repo if you found it helpful!
Clone the repo:
git clone https://github.com/muhammad-fiaz/muhammad-fiaz.github.io.git
cd muhammad-fiaz.github.io
npm installnpm run devnpm run buildnpm run previewThis project is optimized for deployment on Netlify or GitHub Pages. To deploy on GitHub Pages:
- Create a new repo named:
<your-github-username>.github.io - Push the build output (
distfolder) to the root of that repo - Or configure Netlify to deploy the
dist/folder directly from your main branch
Make changes in:
src/pages/index.astro– main homepage contentsrc/assets/– for images and static contentastro.config.mjs– modify integrations or base settings
npm run check # Type check with Astro
npm run eslint # Lint source filesIf you have any questions or feedback, feel free to reach out at contact@muhammadfiaz.com
- Fork this repo
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Made with ❤️ by Muhammad Fiaz