Built, deployed, and hosted using Netlify:
Uses Gatsby, react-bootstrap, styled-components, and a bit more.
To develop on this repository, simply clone:
cd ~
git clone https://github.com/ianjazz246/eecs-club-website.git
...then install the npm packages. (Make sure Node.js and Yarn is installed)
cd website
yarn
To start a hot-reloading local server for development, just use the develop
script.
yarn develop
# ...
# Server should run at https://localhost:8000
src/images/
main folder for images
static/img/uploads/
are for images that are uploaded by Netlify CMS.
static/
has favicons and stuff
static/img/
is for everything else.