An open API service indexing awesome lists of open source software.

https://github.com/polywrap/documentation


https://github.com/polywrap/documentation

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          


Polywrap: Next-Gen SDKs for Web3



👉 Read the Docs 👈
📓📓📓

# Polywrap Docs

This website is built using [Docusaurus 2](https://docusaurus.io/), 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
```