Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 685 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (23 loc) · 685 Bytes

Requirenments

you will nodejs and git installed on your machine.

Setup

  1. fork the repo. you can see fork button at top right corner click on it.
  2. clone the repo
    git clone https://github.com/<your user name>/awesome-websites
  3. navigate to folder you have cloned repo.
    cd awesome-websites
  4. install dependecies. Run
    npm install
  5. run the app
    npm run dev

Go to localhost in your browser. create a folder for your website under "Websites" folder. create "index.html" into your folder. Now, go to http://localhost:5000/"name of your folder"