apps/help.mantine.dev/src/pages/q/how-can-i-contribute.mdx
import { Layout } from '@/layout';
export const meta = { title: 'How can I contribute to the library?', description: 'There are multiple ways to contribute even without writing code', slug: 'how-can-i-contribute', category: 'about', tags: ['contribute', 'pull request'], created_at: 'January 3, 2024', last_updated_at: 'January 3, 2024', };
export default Layout(meta);
@mantine/* packages source code
and provide your feedback on how we can improve it. We are always open to new ideas and suggestions.npm test and submit a PR once all tests have passed.nvm use to switch to the Node version specified in .nvmrc file (install nvm).yarnnpm run setupnpm run build allnpm run storybooknpm run docsnpm run docs:docgen