This repository holds the source files for Zilliqa's developer portal website. All static files are generated using Docusaurus.
- Install Docusaurus
yarn global add docusaurus-init
- Change directory to the
/website
- Install dependencies:
yarn install
- Start live reloading. The page should be hosted on
localhost:3000
. Ensure that your page works before creating a PR.
- change directory to the
/website
- Follow this guide Getting started on publishing
PRs and feedback are welcome.
You can find sample applications under /examples
. We will add more over
time.