Skip to content

Local dev server setup

Rishab Kumar edited this page May 19, 2022 · 3 revisions

Welcome to the learn-to-cloud wiki!

How to setup local dev server.

  1. We use docify to serve the learn-to-cloud.
  2. So you'll need to install docify-cli. It is recommended to install docsify-cli globally: npm i docsify-cli -g
  3. Fork and clone the repo locally.
  4. After cloning the repo, run docsify serve command in the root directory.
  5. This should give you a dev-server running locally on port 3000.
Clone this wiki locally