Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 688 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 688 Bytes

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