Skip to content

dmccrthy/www.dmccarthy.org

Repository files navigation

Dan McCarthy

📝 License

This Website is provided under the GPL-3 license. Feel free to use it as inspiration for your own website.

🏁 Getting Started

  1. Clone the Repo

    Start by cloning the repository to your device

    git clone https://github.com/dmccrthy/dmccrthy.github.io
  2. Install Dependencies

    From here you should navigate to the site folder and install the dependencies

    cd dmccrthy.github.io/
    npm install
  3. Run the Website

    npm run develop
    #Alternatively: "gatsby develop"

    From here the site should be running at http://localhost:8000

📁 What's inside?

┌ src
│ ├ components
│ │ └ Self Explanatory : |
│ ├ img
│ │ └ Site image/icons
│ ├ pages
│ │ └ All of the main webpages
│ ├ styles
│ │ └ Sass stylesheets
│ └ templates
│   └
│
├ static
│ └ CNAME
│
├ gatsby-config.js
├ gatsby-browser.js
├ gatsby-node.js
├ package.json
└ README.md

🧰 Tools Used

Thanks for Reading

-Dan