Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 658 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 658 Bytes

purpleX

Getting Started

  1. Fork this repository
  2. Clone this repository from your personal Github account:
    • Copy the HTTPS or SSH address on the page.
    • Run the command git clone [SSH or HTTP address] in your terminal to clone this repository into your personal folder in your computer
  3. From your terminal navigate to your personal folder and into the purpleX assignment:
    • $ cd name of your folder
    • $ ls
    • cd purpleX
  4. Open the purpleX assignment in vscode and write your code in the app.js file.
  5. Run live-server in your terminal to see your page in the browser
    • $ cd purpleX
    • live-server