Moved to https://source.joinmastodon.org/mastodon/joinmastodon
renovate[bot] 27653f3f7c fix(deps): update dependency react-intl to v6.8.9 | 1 viikko sitten | |
---|---|---|
.github | 4 kuukautta sitten | |
components | 1 kuukausi sitten | |
data | 3 viikkoa sitten | |
locales | 1 kuukausi sitten | |
pages | 4 viikkoa sitten | |
public | 4 viikkoa sitten | |
styles | 1 vuosi sitten | |
types | 1 vuosi sitten | |
utils | 5 kuukautta sitten | |
.dockerignore | 1 vuosi sitten | |
.editorconfig | 2 vuotta sitten | |
.eslintrc.json | 2 vuotta sitten | |
.gitignore | 1 vuosi sitten | |
.nvmrc | 1 vuosi sitten | |
.prettierignore | 2 vuotta sitten | |
.prettierrc | 1 vuosi sitten | |
.yarnrc.yml | 1 vuosi sitten | |
CONTRIBUTING.md | 3 viikkoa sitten | |
Dockerfile | 5 kuukautta sitten | |
README.md | 11 kuukautta sitten | |
crowdin.yml | 11 kuukautta sitten | |
linear.mjs | 1 vuosi sitten | |
next-env.d.ts | 2 vuotta sitten | |
next.config.js | 8 kuukautta sitten | |
package.json | 1 kuukausi sitten | |
patreon.mjs | 3 viikkoa sitten | |
postcss.config.js | 2 vuotta sitten | |
tailwind.config.js | 1 vuosi sitten | |
tsconfig.json | 2 vuotta sitten | |
vercel.json | 1 vuosi sitten | |
yarn.lock | 1 viikko sitten |
This repository contains the source for joinmastodon.org, the informational site and landing portal for the Mastodon project.
You can submit translations via Crowdin (note: you will need to be logged-in to Crowdin for the link to work correctly). Read more below.
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, yarn
is used, it should be automatically be installed when you install Node.js, if it's not available you can use corepack enable
and corepack prepare yarn@1
to install it.
yarn
yarn run dev
See package.json
for more scripts.
See CONTRIBUTING for more information. All interactions with this and other repositories that are part of the Mastodon project are subject to the Mastodon Code of Conduct.
Translations are managed via Crowdin and distributed with react-intl. Submit translations at Crowdin. Note that you will need to be logged-in to an account on the Crowdin website for the link to the project to work correctly. The project will not accept translations submitted via other means, as they would fall outside of the workflow described below.
The basic translation workflow is:
<FormattedMessage>
component.locales/en.json
by running yarn extract
.locales/en.json
) are made available for translation for other languages. Any new translated messages are downloaded back to the repo into corresponding locale files (e.g. locales/es.json
).getStaticProps()
(example).Localized versions of each page are hosted at dedicated URLs, making it easier for web crawling in users' preferred language. (docs)
Raster images should be added at the maximum resolution they'll be displayed at. If art direction is not required, mobile images will be generated automatically. (docs)
Next.js should be hosted using a Node.js server. (see instructions). The reasons that this has been chosen over a static HTML export are: