Skip to content

tunamaguro/apub-lite

Repository files navigation

apub-lite

Install Tools

Install Just:

cargo install just

Install other tools:

just install

Start Server

By default, a domain assigned by serveo is used. If you want to use a specific domain, set APUB_LITE_URL in your .env file as follows:

APUB_LITE_URL="https://example.com"

Then, start the server in development mode:

just dev

Check

After completing your work, you need to verify it using the following commands:

  • just format (alias just f): Formats Rust files using rustfmt.
  • just lint (alias just l): Checks if the code adheres to the rules using clippy.

You can also perform both actions together using just ready (alias just r).

About

Toy AcitivityPub implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •