equipaje / Portfolio

UX Design Portfolio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Portfolio

----- Set up VS Code with project -----

  1. Download VS Code
  2. Log in to Github
  3. CLick "Clone or Download" and copy the URL you see

(click clone repository in VS Code to paste URL OR)

  1. View > Terminal in VS Code
  2. Type git clone + paste URL
  3. Go to the Explorer tab in VS code and find the folder where your stuff got saved. Open that.

----- Install Node -----

  1. Install node https://nodejs.org/en/download/
  2. open terminal and navigate to the folder where your project is
  3. Type npm install

----- Actually do stuff -----

  1. Open terminal and navigate to the folder with your project in it
  2. Type npm run serve
  3. Open a second window and navigate to the folder with your project in it
  4. Type npm run watch
  5. Open a browser and go to localhost:8888

Note: You need save a small change in the file to get localhost to work the first time

---- Push live -----

  1. Go to Netlify
  2. Log in with Github
  3. Click on eliselivingston.design
  4. Go to "Deploys"
  5. Drag and drop the Portfolio>dist folder from your computer (probably in the documents folder) into the drag and drop area on the page

About

UX Design Portfolio


Languages

Language:HTML 75.5%Language:Less 13.5%Language:EJS 9.0%Language:JavaScript 2.0%