-
Clone the repository:
git clone https://github.com/metacall/landing-page.git cd landing-page
-
Install
docsify-cli
globally:npm install docsify-cli -g
-
Initialize docsify in the "./docs" directory:
docsify init ./docs
-
Run the local server with docsify:
docsify serve docs
You can now preview your site in your browser by navigating to http://localhost:3000.