Blogging platform with advanced tools for arts and sciences.
6

Configure Feed

Select the types of activity you want to include in your feed.

TypeScript 80.8%
Makefile 5.1%
CSS 2.0%
Shell 1.7%
Python 1.6%
Other 8.8%
120 2 0

Clone this repository

https://tangled.org/lemma.pub/lemma https://tangled.org/did:plc:zn4gl2hzo4n5hgczc2edes3l
git@tangled.org:lemma.pub/lemma git@tangled.org:did:plc:zn4gl2hzo4n5hgczc2edes3l

For self-hosted knots, clone URLs may differ based on your setup.



README.md

Long-form writing on the AT Protocol#

Architecture#

Architecture

Prerequisites#

Local Development#

See DEV.md

Production#

See PROD.md

Differences between local (LocalStack) and AWS (production) deployment targets#

  • create-local-indexer / create-local-backfill pass AwsEndpointUrl to point at LocalStack — AWS versions don't need it.
  • update-aws-indexer has no local equivalent — locally the indexer runs as a process (run-local-indexer), not on EC2 via SSM.
  • create-aws-waf / create-aws-cloudfront have no local equivalents — LocalStack doesn't support WAF or CloudFront in all plans.
  • serve-local via Caddy proxy has no AWS equivalent — on AWS the site is served from CloudFront.