Skip to content

mastodon/share

share.joinmastodon.org

This repository contains the source for share.joinmastodon.org, the share widget for Mastodon.

Development

To build and run the site locally, you'll need to have Node.js version 20 installed, which you can download from the Node.js website or install via tools like fnm or nvm. For dependency management, npm is used.

Installation

npm
npm run dev

See package.json for more scripts.

Contributing

All interactions with this and other repositories that are part of the Mastodon project are subject to the Mastodon Code of Conduct.

Built with

Deployment

You can generate a static site with npm run build.