EOS Network Foundation DevHub portal website backend for learn.eosnetwork.com.
Once you have the prerequisites installed and structures built, start here.
Automatically switch to the correct version of nodeJS.
nvm useInstall dependencies.
yarnUse the .env.example file as a template to create a .env file with configurations for the backend.
Build the backend.
yarn buildTest the backend.
yarn test