Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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