Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deveripon/reactive-accelarator
রিয়াক্ট ও নেক্সট জে এস নিয়ে আমার নিজের লেখা বাংলায় ডকুমেন্টেশন।
https://github.com/deveripon/reactive-accelarator
javascript md mdx nextjs reactjs vite
Last synced: 6 days ago
JSON representation
রিয়াক্ট ও নেক্সট জে এস নিয়ে আমার নিজের লেখা বাংলায় ডকুমেন্টেশন।
- Host: GitHub
- URL: https://github.com/deveripon/reactive-accelarator
- Owner: Deveripon
- License: mit
- Created: 2024-10-02T11:15:31.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-06T08:21:35.000Z (9 days ago)
- Last Synced: 2024-11-06T09:26:15.867Z (9 days ago)
- Topics: javascript, md, mdx, nextjs, reactjs, vite
- Language: MDX
- Homepage: https://reactive-accelarator.vercel.app
- Size: 3.46 MB
- Stars: 15
- Watchers: 1
- Forks: 9
- 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
![Filetree](./public/filetree.png)
- **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:
![meta](./public/meta.png)
## Commiting
Try to use conversational Commit when you commiting. like, `Doc Update : I am updated the Lesson XX documentation Commiting `