Skip to content

ethereum/nxbn-website

Repository files navigation

Netlify Status

Ethereum Foundation Fellowship Program

Ethereum Foundation Fellowship Program

The Ethereum Foundation Fellowship Program is an opportunity to experiment with using Ethereum to help solve pressing social, economic, and environmental challenges in developing countries.

This repository holds the codebase to our website, fellowship.ethereum.foundation

Local development

  1. Set up your development environment

  2. Clone this project

$ git clone git@github.com:ethereum/fellowship-program-website.git && cd fellowship-program-website

  1. Install dependencies
$ yarn
  1. Start developing!
yarn develop

Learning Gatsby

Full documentation for Gatsby lives on the website. Here are some places to start:

  • For most developers, we recommend starting with our in-depth tutorial for creating a site with Gatsby. It starts with zero assumptions about your level of ability and walks through every step of the process.

  • To dive straight into code samples, head to our documentation. In particular, check out the Guides, API Reference, and Advanced Tutorials sections in the sidebar.