-
Notifications
You must be signed in to change notification settings - Fork 894
Local dev server setup
Rishab Kumar edited this page Feb 6, 2023
·
3 revisions
Welcome to the learn-to-cloud wiki!
- We use
docusaurusto serve thelearn-to-cloud. - You'll Node.js version 16.14 or above
- Fork and clone the repo locally.
- After cloning the repo, run
npm installcommand in the root directory. - After all the node modules have been installed, run
npm run start. - This should give you a dev-server running locally on port
3000. - The
guidemarkdown files can be found underdocsdirectory