Skip to content

Source code for the ENF DevHub learning portal at learn.eosnetwork.com.

License

Notifications You must be signed in to change notification settings

eosnetworkfoundation/devhub

Repository files navigation

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.