isaamir / portfolio-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aamir Mushtaq - Portfolio

🛠 Installation and Setup Instructions

  1. Install dependencies

    npm install
  2. Start the development server

    npm run dev

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser. The page will reload if you make edits.

Usage Instructions

Open the project folder and Navigate to /utils/*.
You will find all the component's named js files that contains everything showing in UI you can edit your information accordingly.

All views are rendered at /pages/index.js remove or keep as per your need.

Build

  1. Create build for deployment

    npm run build

it will create /out directory as a build folder.

It correctly bundles Next in production mode and optimizes the build for the best performance.

Your app is ready to be deployed!

About


Languages

Language:HTML 43.3%Language:JavaScript 39.1%Language:SCSS 17.6%