😁🖐️Hello website developers, I am here to share the portfolio project that I made for your learning materials (website-developer), don't forget to add it to my favorites so that I can share other projects. 🔥
NodeJS Version: 18.18.1
NPM Version: 9.8.1
- Personal Website: Display your professional information, portfolio, and show the projects you've created.
- Github Contribution: With GitHub Contribution, visitors can see your GitHub contributions.
- SEO Optimized: Implement best practices for search engine optimization to increase your online visibility.
- Responsive Design: Ensure a seamless experience across various devices and screen sizes.
-
Clone this repository to your local machine using:
git clone https://github.com/FIQTOR/portfolio-fiqtor.xyz.git
-
Navigate to the project directory:
cd portfolio-fiqtor.xyz
-
Install the dependencies:
npm install
-
Run the server:
npm run dev
then, open on your browser https://localhost:3000
-
Configure your github token settings in the .env file, If there is no, duplicate of the .env.example file, and rename it to .env:
GITHUB_USERNAME= "your-github-username" GITHUB_TOKEN= "your-token"
-
Configure your website (metadata, projects, skills) in the @/common/constant/ directory.