Skip to content

Local dev server setup

Rishab Kumar edited this page Feb 6, 2023 · 3 revisions

Welcome to the learn-to-cloud wiki!

How to setup local dev server.

  1. We use docusaurus to serve the learn-to-cloud.
  2. You'll Node.js version 16.14 or above
  3. Fork and clone the repo locally.
  4. After cloning the repo, run npm install command in the root directory.
  5. After all the node modules have been installed, run npm run start.
  6. This should give you a dev-server running locally on port 3000.
  7. The guide markdown files can be found under docs directory