Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 571 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 571 Bytes

ConsenSys Teku

This documentation repo is built using Docusaurus 2.

See more information about using Docusaurus quickly.

Contributing & Local Development

$ npm install
$ npm run prepare
$ npm start
$ git commit

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ npm run build
$ npm run serve

This command generates static content into the build directory.