Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.07 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.07 KB

Preview

Commits can be viewed at deltahacksbuild.netlify.com

Onboarding

  1. Download and Install Node.js from nodejs.org, then enter your favorite bash command-line:
  2. npm install --global gatsby-cli
  3. git clone https://github.com/nanzer/dhv.git
  4. cd dhv/
  5. gatsby develop
  6. Open your browser and goto localhost:8000
  7. Admire your instance of the beautiful site we totally made ourselves.
  8. Get to work

Navigating Files

If you want to work on frontend, the stuff you're looking for is probbably in the src folder.

Because this is React, you'll find your HTML templates inside the .js files, for exaple, the landing page is in pages/index.js. Navigate through src and familiarise yourself with the modular design of the site.

All CSS is done using SASS. This means you must do all CSS editing useing the scss folder. Inside this folder you will find scss files contained in folders corresponding to their respective .js files.

Thanks

If you got this far, you've read stuff I didn't think anyone would actually read. Congrats, now go get a life. -Dan