mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
bc6c60cde1
This reverts commit4d42715220
, reversing changes made tof09ab88891
.
16 lines
826 B
Plaintext
16 lines
826 B
Plaintext
import { Meta } from '@storybook/addon-docs';
|
|
|
|
<Meta title="Getting Started / Introduction" />
|
|
|
|
# Introduction
|
|
|
|
Welcome to the MetaMask Browser Extension Storybook.
|
|
|
|
## Building locally and Contributing
|
|
|
|
This document is currently only specific to storybook best practices and component documentation guidelines. This may change in future but for now if you are looking to get a local build of MetaMask up and running or contribute to the extension codebase please read the MetaMask [README.md](https://github.com/MetaMask/metamask-extension)
|
|
|
|
## Documentation Guidelines
|
|
|
|
If you're here to improve our storybook documentation you're in the right place! Please head over to the [Documentation Guidelines](./?path=/story/getting-started-documentation-guidelines--page) for contributing to component documentation in storybook.
|