Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 610 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 610 Bytes

Backend

EOS Network Foundation DevHub portal website backend for learn.eosnetwork.com.

Development

Once you have the prerequisites installed and structures built, start here.

Initialization

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

Build the backend.

yarn build

Test

Test the backend.

yarn test