https://github.com/deveripon/reactive-accelarator
রিয়াক্ট ও নেক্সট জে এস নিয়ে আমার নিজের লেখা বাংলায় ডকুমেন্টেশন।
https://github.com/deveripon/reactive-accelarator
javascript md mdx nextjs reactjs vite
Last synced: 21 days ago
JSON representation
রিয়াক্ট ও নেক্সট জে এস নিয়ে আমার নিজের লেখা বাংলায় ডকুমেন্টেশন।
- Host: GitHub
- URL: https://github.com/deveripon/reactive-accelarator
- Owner: Deveripon
- License: mit
- Created: 2024-10-02T11:15:31.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-05-03T08:22:20.000Z (22 days ago)
- Last Synced: 2025-05-04T01:41:50.470Z (21 days ago)
- Topics: javascript, md, mdx, nextjs, reactjs, vite
- Language: MDX
- Homepage: https://reactive-accelarator.vercel.app
- Size: 3.78 MB
- Stars: 26
- Watchers: 1
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Reactive Accilarator
**This is documantation project to make document my learing from Reactive Accilarator Course from [LWS-Learn With Sumt](https://learnwithsumt.com) Created with [NextJS](http://nextjs.org)**
## Getting Started
To run this project to you local development mode, First -> run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Contribution Guidelines
When contributing to this repository, please first discuss the change you wish to make via [issue](https://github.com/Deveripon/reactive-accelarator/issues), [email](mailto:[email protected]), or any other method with the owners of this repository before making a change.
## How to work on docs
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:

## Commiting
Try to use conversational Commit when you commiting. like, `Doc Update : I am updated the Lesson XX documentation Commiting `