Skip to content

yalan2ny/metamask-docs-yalan2ny

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

MetaMask developer documentation

This is the MetaMask developer documentation repository. The documentation site is hosted at docs.metamask.io, and it's built using Docusaurus, a static site generator purpose-built for technical documentation.

Build locally

Build the documentation site locally using the following steps.

Prerequisites

Steps

  1. Clone the repository.

    git clone https://github.com/MetaMask/metamask-docs.git
    cd metamask-docs
  2. Initialize and update the keyring-api submodule.

    git submodule init && git submodule update
  3. Install dependencies.

    yarn install
  4. Start the development server.

    yarn start

    Once the server starts, you can view the documentation at http://localhost:3000.

For more information on contributing to the documentation, see the full contribution guidelines.

About

Developer documentation for MetaMask

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE-APACHE
MIT
LICENSE-MIT

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages

  • JavaScript 47.3%
  • TypeScript 22.0%
  • CSS 15.8%
  • MDX 14.9%