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 install
npm run dev
npm run build
npm run preview
This project is optimized for deployment on Netlify or GitHub Pages. To deploy on GitHub Pages:
<your-github-username>.github.io
dist
folder) to the root of that repodist/
folder directly from your main branchMake changes in:
src/pages/index.astro
– main homepage contentsrc/assets/
– for images and static contentastro.config.mjs
– modify integrations or base settingsnpm run check # Type check with Astro
npm run eslint # Lint source files
If you have any questions or feedback, feel free to reach out at [email protected]
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Made with ❤️ by Muhammad Fiaz