Building portfolio

1. Install node.js

Install instructions

Download from: Link

2. Install Git SCM

Install instructions

Download from: Link

3. Clone the Git repo

  1. Open a terminal in the folder where you want to clone the repo
  2. Run the following command
git clone https://github.com/Nishkalkashyap/portfolio.git

4. Change the terminal directory

Run the following command

cd portfolio

5. Install project

Run the following command

npm install

6. Start the local server to begin editing the project

  1. Run the following command
npm run start
  1. Open your web-browser and type http://localhost to see the website.

7. Start editing file

  1. Open the file in local directory /.vuepress/components/Resume.vue
  2. Edit the file and save the changes
  3. Observe the changes in the website
Last Updated: 1/6/2020, 1:58:20 PM