Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.08 KB

README.md

File metadata and controls

34 lines (28 loc) · 1.08 KB

DevHub

This repository contains the source code for the EOS Network Foundation DevHub learning portal at learn.eosnetwork.com.

Index

  1. Architecture
    1. Components
  2. Development
    1. Prerequisites

Architecture

TAMO - then a miracle occured!

Components

The website has the following high-level components.

Development

Start here to contribute to this repo.

Prerequisites

You will need the following tools:

  • nvm
  • nodeJS - install this using nvm
    nvm install --lts
  • yarn - install this using nodeJS
    npm install --global yarn

These tools are all you need to get started. Check out the README.md documents in the subfolders for more information.