A website for our team at Cairo university participating in the Shell Eco-marathon competition.
- Download and install Node.js on your machine from here
- Clone this repository and cd into it
git clone https://github.com/adhammo/cairo-eco-site.git cairo-eco-site cd cairo-eco-site
- Install site dependencies listed in package.json
npm install
- Install gatsby-cli globally on your machine using npm
npm install -g gatsby-cli
- Run the website in development mode
gatsby develop
- Check production build of website for errors
gatsby build gatsby serve
- Create a new branch to add a new feature
git checkout -b <branch_name>
- Send a pull request to merge the new branch to the staging branch and ask for code review