If you see this when you expected the DeltaHacks website, please go to www.deltahacks.com!
Major development will not take place on this repo - it will take place on the repo mentioned below. Please contact Abhayraj Jain for access. Instructions for this repo are identical (replace the text after 'git clone' with this repo's link instead.
- Download and Install Node.js from nodejs.org, then enter your favorite bash command-line:
npm install --global gatsby-cli
git clone https://github.com/nanzer/dhv.git
cd dhv/
gatsby develop
- Open your browser and goto
localhost:8000
- Admire your instance of the beautiful site we totally made ourselves.
- Get to work
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.
If you got this far, you've read stuff I didn't think anyone would actually read. Congrats, now go get a life. -Dan