/website

Primary LanguageTypeScriptApache License 2.0Apache-2.0

MoveFunss Website

The website is built with Nextra framework.

Dependecise and Development

It is recommended to use pnpm.

To install dependencise:

pnpm install

To preview the website locally:

pnpm dev

File Structure

All editable pages are under /pages/.

...
└── index.en-US.mdx     // home page
└── about.en-US.mdx     // about page       

Contribution

To contribute articles or documents, submit a PR directly to the main branch Currently the website has both English and Chinese versions. To contribute docs in a specific language please follow the naming convention doc.locale.mdx