Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 528 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (19 loc) · 528 Bytes

How to Contribute

  1. Clone the repository:

    git clone https://github.com/metacall/landing-page.git
    cd landing-page
  2. Install docsify-cli globally:

    npm install docsify-cli -g
  3. Initialize docsify in the "./docs" directory:

    docsify init ./docs
  4. Run the local server with docsify:

    docsify serve docs

    You can now preview your site in your browser by navigating to http://localhost:3000.