This is documantation project to make document my learing from Reactive Accilarator Course from LWS-Learn With Sumt Created with NextJS
To run this project to you local development mode, First -> run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
Current Files and Folder Structure is
- In this tree we are working on, you can create a file with the of the lesson you want to add documentation with .mdx extension.
- In co-located
_meta.json
file you can define the lesson name as object which will be show in UI.
Example:
Try to use conversational Commit when you commiting. like, Doc Update : I am updated the Lesson XX documentation Commiting