-
Notifications
You must be signed in to change notification settings - Fork 830
Local dev server setup
Rishab Kumar edited this page Feb 6, 2023
·
3 revisions
Welcome to the learn-to-cloud wiki!
- We use
docusaurus
to 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 install
command 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
guide
markdown files can be found underdocs
directory