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
- Host: GitHub
- URL: https://github.com/manifoldfinance/sushi-doc-portal
- Owner: manifoldfinance
- Created: 2022-02-19T03:10:51.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-23T06:05:17.000Z (over 3 years ago)
- Last Synced: 2025-08-28T17:00:44.378Z (2 months ago)
- Topics: dev, docs, documentation, ethereum, sushiswap
- Language: CSS
- Homepage: sushiswap-docs.vercel.app
- Size: 16.1 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📖 Sushi Kitchen
> a knowledgebase and developer documentation portal for Sushiswap
[](https://github.com/manifoldfinance/sushi-doc-portal/actions/workflows/deploy.yaml)

## 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