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
- Host: GitHub
- URL: https://github.com/sablier-labs/legacy-docs
- Owner: sablier-labs
- Archived: true
- Created: 2022-01-31T13:41:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-03T23:07:39.000Z (over 1 year ago)
- Last Synced: 2025-07-22T20:59:38.284Z (11 months ago)
- Topics: blockchain, cryptoasset-streaming, decentralized-finance, defi, ethereum, real-time-finance, sablier, smart-contracts, token-streaming
- Language: JavaScript
- Homepage:
- Size: 1.54 MB
- Stars: 4
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.