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 use
Install dependencies.
yarn
Use the .env.example
file as a template to create a .env
file with configurations for the backend.
Build the backend.
yarn build
Test the backend.
yarn test