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

https://github.com/mastodon/fediverse_discovery_providers

Website of the Fediverse Discovery Providers project
https://github.com/mastodon/fediverse_discovery_providers

Last synced: 5 months ago
JSON representation

Website of the Fediverse Discovery Providers project

Awesome Lists containing this project

README

          

# Fediverse Discovery Providers

## Getting started

1. Install hugo (https://gohugo.io/installation/)
2. Install NodeJS (https://nodejs.org/en/download)
3. Install NPM packages:

```sh
npm install
```

4. Run development server:

```sh
hugo server
```