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
- Open a terminal in the folder where you want to clone the repo
- 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
- Run the following command
npm run start
- Open your web-browser and type
http://localhost
to see the website.
7. Start editing file
- Open the file in local directory
/.vuepress/components/Resume.vue
- Edit the file and save the changes
- Observe the changes in the website