portfolio-template
A sleek, modern, and open-source developer portfolio template. Features beautiful animations, a theme switcher, and is easily customizable. Fork it and create your own stunning portfolio in minutes
File Explorer
Download Latest Version (.zip)- page.tsx
- page.tsx
- page.tsx
- globals.css
- icon.svg
- layout.tsx
- page.tsx
- providers.tsx
- education-timeline.tsx
- experience-timeline.tsx
- timeline-item.tsx
- profile-card.tsx
- section-header.tsx
- skills.tsx
- types.ts
- variants.ts
- hole-background.tsx
- hole.tsx
- stars.tsx
- index.tsx
- success-message.tsx
- index.tsx
- map-skeleton.tsx
- contact-card.tsx
- types.ts
- index.tsx
- testimonial-card.tsx
- variants.ts
- hero.tsx
- skills-overview.tsx
- work.tsx
- projects-grid.tsx
- projects-tabs.tsx
- types.ts
- gradient-text.tsx
- highlight-text.tsx
- morphing-text.tsx
- splitting-text.tsx
- footer.tsx
- image-gallery.tsx
- motion-effect.tsx
- navbar.tsx
- orbiting-circles.tsx
- page-header.tsx
- page-wrapper.tsx
- project-card.tsx
- project-modal.tsx
- theme-switcher.tsx
- index.ts
- use-contact-form.ts
- use-mobile.ts
- use-testimonials.ts
- utils.ts
- github-cover.png
- new CV.pdf
- .gitignore
- .npmrc
- eslint.config.mjs
- LICENSE
- next.config.js
- package.json
- postcss.config.js
- README.md
- tailwind.config.js
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/Sofiane-Bahmed/portfolio-template
Downloads the entire project code from GitHub to your computer.
cd portfolio-template
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
yarn install
Downloads and installs the libraries listed in package.json.
npm run dev
Starts the development/run server.
yarn dev
Starts the development/run server.
npm run build
Builds optimized production files.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
