A simple portfolio of mine written in Next.js, licensed under the MIT License. Feel free to use and customize it to fit your preferred theme or workflow.
🔗 See my live exported Portfolio here
As mentioned in the default documentation of Next.js
, you can run:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Then Open http://localhost:3000 with your browser to see the result.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
You can find the nextjs.yml file in the .github/workflows directory, which contains GitHub actions to build the Next.js application and deploy it on GitHub Pages. Feel free to fork this project to create your own portfolio. It's completely free, but giving credit to my username and starring this repo would be appreciated.
Note: After forking this repository, GitHub Actions will not automatically be active. To activate the actions, follow these steps:
- Fork the project.
- In the forked project, go to the actions tab and then click on the I understand my workflows, go ahead and enable them:
- Click on the run the workflow in the very right side of the page and in the dropdown menu click on the Run Workflow:
- Wait for the workflow steps to run:
- Make sure tasks ran successfuly:
- After completing the GitHub Actions for the forked repository, your portfolio should be available at https://<your GitHub username>.github.io/<your forked project name>."
Feel free to replace and with the actual values relevant to your project. for example https://sirsaleh.github.io/Portfolio/. If you have any further questions or need additional assistance, feel free to ask! I'll do my best to help you.