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

https://github.com/sablier-labs/legacy-docs

Documentation website for Sablier Legacy
https://github.com/sablier-labs/legacy-docs

blockchain cryptoasset-streaming decentralized-finance defi ethereum real-time-finance sablier smart-contracts token-streaming

Last synced: 11 months ago
JSON representation

Documentation website for Sablier Legacy

Awesome Lists containing this project

README

          

# Sablier Legacy Docs

> [!NOTE] This repo has been archived in favor of [sablier-labs/docs](https://github.com/sablier-labs/docs). You can see
> the latest version of the Sablier documentation at [docs.sablier.com](https://docs.sablier.finance).

Contributing to the Sablier docs is a great way to get involved in the dev community and help other people along the
way.

This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.

## Installation

```bash
$ pnpm install
```

## Local Development

```bash
$ pnpm start
```

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

```bash
$ pnpm build
```

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