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
- Host: GitHub
- URL: https://github.com/mastodon/fediverse_discovery_providers
- Owner: mastodon
- Created: 2024-08-26T13:35:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-16T06:44:37.000Z (5 months ago)
- Last Synced: 2025-06-19T03:18:28.524Z (5 months ago)
- Language: HTML
- Size: 1.07 MB
- Stars: 18
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```