Skip to main content
Module

x/earthstar_replica_server/Makefile

An always-online Earthstar peer for your shares.
Go to Latest
File
.PHONY: server example server: deno run --allow-net --allow-env --allow-read --allow-write --no-check server.ts bin: deno compile --allow-all server.ts example: deno run --allow-all --no-check example.ts