Skip to content

iansw246/eecs-club-website

Repository files navigation

EECS Club Website

https://www.lowelleecs.ml

Built, deployed, and hosted using Netlify: Netlify Status

Uses Gatsby, react-bootstrap, styled-components, and a bit more.

Installation

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

Starting a development server

To start a hot-reloading local server for development, just use the develop script.

yarn develop
# ...
# Server should run at https://localhost:8000

About images

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.