Parakeet is a Rust-based Bluesky AppView aiming to implement most of the functionality required to support the Bluesky client
1@release:
2 cargo build --release --features server
3
4@lint:
5 cargo clippy
6
7@run *params:
8 cargo run --features server -- {{params}}
9
10@docker platform='linux/amd64' branch='main':
11 docker buildx build --platform {{platform}} -t registry.gitlab.com/parakeet-social/parakeet/parakeet-index:{{branch}} . -f parakeet-index/Dockerfile