This Website is provided under the GPL-3 license. Feel free to use it as inspiration for your own website.
-
Clone the Repo
Start by cloning the repository to your device
git clone https://github.com/dmccrthy/dmccrthy.github.io
-
Install Dependencies
From here you should navigate to the site folder and install the dependencies
cd dmccrthy.github.io/ npm install
-
Run the Website
npm run develop #Alternatively: "gatsby develop"
From here the site should be running at http://localhost:8000
┌ 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
Thanks for Reading
-Dan