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

https://github.com/7sharp9/fable-vscode-twitch-chatbot

A fable based twitch chatbot that allows you to request hover information from vscode
https://github.com/7sharp9/fable-vscode-twitch-chatbot

Last synced: 11 months ago
JSON representation

A fable based twitch chatbot that allows you to request hover information from vscode

Awesome Lists containing this project

README

          

# fable-vscode-twitch-chatbot

## Build

- Install npm packages:
```
yarn
```

- Install paket
```
dotnet tool install --tool-path ".paket" Paket --add-source https://api.nuget.org/v3/index.json
```

- Install .NET dependencies
```
paket restore
```