使用Next.js 框架開發完美作品集網站的分步教程,透過具有漂亮粒子動畫和平滑過渡的視覺吸引力網站更好地訪問作品集資源用於增強體驗的互動資源。這裡是即時連結 my-portfolio
git clone https://github.com/B-KEY/BIBEK-PORTFOLIO.git
npm install # or yarn install
npm run dev # or yarn dev
docker build -t portfolio .
docker run -p 3000:3000 portfolio
portfolio/ ├── app/ # Next.js app directory │ ├── contact/ # Contact page │ ├── resume/ # Resume page │ ├── work/ # Projects showcase │ └── layout.jsx # Root layout ├── components/ # Reusable components ├── public/ # Static assets └── styles/ # Global styles
可以透過以下步驟將專案部署在 Vercel 上:
在根目錄建立.env.local檔:
NEXT_PUBLIC_CONTACT_FORM_KEY=your_form_key Also add username and api for Blog
該項目已獲得 ISC 許可證 - 請參閱許可證文件以了解詳細資訊。
比貝克·塔帕
以上是建立現代個人投資組合”?的詳細內容。更多資訊請關注PHP中文網其他相關文章!