Niraj-Kamdar / documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Polywrap: Next-Gen SDKs for Web3

Polywrap Docs

This website is built using Docusaurus 2, a modern static website generator.

Installation

$ yarn reset

Local Development

To fully rebuild and start a development server, run:

$ yarn start

This will rebuild all snippets and start a local development server. Most changes are reflected live.

To quickly start a development server, run:

$ yarn start:fast

This will rebuild docs without rebuilding snippets, and only changes to docs will be reflected live. This is the fastest way of getting started after rebuilding, as usually snippets need to be built only once.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

You can also host the build locally by running:

$ yarn serve

About


Languages

Language:JavaScript 56.1%Language:TypeScript 40.3%Language:CUE 1.1%Language:HTML 1.0%Language:Solidity 1.0%Language:Shell 0.5%