Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lightpub-dev/lightpub

A lightweight ActivityPub implementation in Rust. Under development.
https://github.com/lightpub-dev/lightpub

activitypub fediverse rust

Last synced: 24 days ago
JSON representation

A lightweight ActivityPub implementation in Rust. Under development.

Awesome Lists containing this project

README

        

# Lightpub

![server-test](https://github.com/lightpub-dev/lightpub/actions/workflows/server-test.yaml/badge.svg)

## Server 建て方
For instructions on how to set up the server, please see the README in the `rs` directory.

## Frontend 建て方
1. `cd frontend`
2. `yarn install`
3. `yarn run dev`

Rust version is available in rs directory.