- Notifications
You must be signed in to change notification settings - Fork0
Developer documentation for MetaMask
License
amitsingh881024-ctrl/metamask-docs
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is the MetaMask developer documentation repository.The documentation site is hosted atdocs.metamask.io, and it'sbuilt usingDocusaurus, a static site generator purpose-built fortechnical documentation.
Build the documentation site locally using the following steps.
Clone the repository.
git clone https://github.com/MetaMask/metamask-docs.gitcd metamask-docsNote: If you don't have write access to this repository, you mustfork the repository to your personal account and clone your forked repository instead.Add an upstream remote to be able to pull from and push to the original repository.
git clone https://github.com/<YOUR-USERNAME>/metamask-docs.gitcd metamask-docsgit remote add upstream https://github.com/MetaMask/metamask-docs.git
Install dependencies.
npm install
Start the development server.
npm start
Once the server starts, you can view the documentation at
http://localhost:3000.
For more information on contributing to the documentation, see thefull contribution guidelines.
About
Developer documentation for MetaMask
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Languages
- MDX79.6%
- TypeScript10.0%
- SCSS4.2%
- JavaScript3.5%
- CSS2.1%
- HTML0.6%