This repository contains the source code of the official website of xmcl in https://xmcl.app.
Install by pnpm
pnpm i
Start local dev server
pnpm run dev
Build via static site generation
pnpm run build
To localize the official website, add a new locale file under the locales/
folder.
The documents are majorly written in markdown. The files should be placed under src/
folder.
Each locale should have its own folder, and the file structure should be the same as the original language.
We use vitepress as docs generator. You can refer the vitepress document for writing.