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

https://github.com/manifoldfinance/sushi-doc-portal

sushiswap developer portal
https://github.com/manifoldfinance/sushi-doc-portal

dev docs documentation ethereum sushiswap

Last synced: about 2 months ago
JSON representation

sushiswap developer portal

Awesome Lists containing this project

README

          

# 📖 Sushi Kitchen

> a knowledgebase and developer documentation portal for Sushiswap

[![Deploy](https://github.com/manifoldfinance/sushi-doc-portal/actions/workflows/deploy.yaml/badge.svg)](https://github.com/manifoldfinance/sushi-doc-portal/actions/workflows/deploy.yaml)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/manifoldfinance/sushi-doc-portal)

## Identifiers

| Id | Category |
| --- | ---------------- |
| 🔍 | note |
| ❌ | fatal |
| 🚨 | warning |
| 🔮 | interrogative |
| 🚧 | work-in-progress |
| 🧰 | toolkit |
| 📖 | reading |
| 🎯 | metrics |
| 🔐 | security |
| 🛠 | configuration |

### Installation

```
$ yarn
```

### Local Development

```
$ yarn 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

```
$ yarn build
```

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

## License

CC-2.5SA / GPL-3.0