Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 533 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 533 Bytes

Structures

EOS Network Foundation DevHub portal website schema definition for the backend used by learn.eosnetwork.com.

Development

Once you have the prerequisites installed, start here. Note this must be built before the backend.

Initialization

Automatically switch to the correct version of nodeJS.

nvm use

Install dependencies.

yarn

Build

Generate the type definitions and schema.

yarn build