This repository contains the source code for the EOS Network Foundation DevHub learning portal at learn.eosnetwork.com.
TAMO - then a miracle occured!
The website has the following high-level components.
- backend - server-side code
- frontend - client-side code
- structures - schema
Start here to contribute to this repo.
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.