deathau / fastify-activitypub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fastify-activitypub

This project is a first attempt at building my own single-user ActivityPub instance, using Fastify for HTTP requests.

I'm also using IndieAuth for authentication, and I intend to store data in human-readable markdown and yaml files, so a static site generator can be used to build up a public-facing website, as well.

... Wish me luck.

Getting Started with Fastify-CLI

This project was bootstrapped with Fastify-CLI.

Available Scripts

In the project directory, you can run:

npm run dev

To start the app in dev mode.
Open http://localhost:3000 to view it in the browser.

npm start

For production mode

npm run test

Run the test cases.

Learn More

To learn Fastify, check out the Fastify documentation.

About

License:The Unlicense


Languages

Language:JavaScript 100.0%