Skip to content

Latest commit

 

History

History
84 lines (68 loc) · 2.01 KB

README.md

File metadata and controls

84 lines (68 loc) · 2.01 KB

A Minimal Portolfio Template 🚀

A minimal one page portfolio template built with Nextjs and hosted on Vercel

demo

Demo 🔖 🎉

🔨 🎉 Installation & Set Up

  1. Install dependencies

    npm install
  2. Start the development server

    npm run dev
  3. Add your personal details in /config/index.js :

{
  GITHUB_USER_NAME: "asiwajudev",
  NAME: "Kazeem Asiwaju-Bello",
  ROLE: "Frontend Developer",
  EMAIL: "[email protected]",
  LOCATION: {
    state: "Lagos",
    country: "Nigeria"
  },
  TECH_STACK: [
    "Javascript",
    "React.js",
    "Next.js",
    "ReactNavtive",
    ".NET & SharePoint",
  ],
  SOCIAL_MEDIA: [
    {
      name: "github",
      userName: "asiwajudev",
    },
    {
      name: "twitter",
      userName: "_asiwaju07",
    },
    {
      name: "linkedin",
      userName: "asiwajudev",
    },
    {
      name: "medium",
      userName: "@asiwaju",
    },
  ],
};
  1. Done 🎉 [ Remeber this boilerplate fethces all the data from your github profile so put the correct github username in GITHBUB_USER_NAME property.]

🚀 Building and Running for Production

  1. Generate a full static production build

    npm run build

🚀 Tech Stacks

  1. Next.js ✔️
  2. React.js ✔️
  3. React Reveal ✔️
  4. React dom ✔️
  5. isomorphic-unfetch ✔️