Skip to content

Commit 08bbce9

Browse files
author
Andrew Dmitriev
committed
docs: update README.md and LICENSE
- Edit badges - Add Sponsorship section - Update year in license
1 parent 150ab60 commit 08bbce9

2 files changed

Lines changed: 37 additions & 10 deletions

File tree

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2026 Andrew Dmitriev
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
# React Vite Custom Boilerplate
2-
3-
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?style=for-the-badge)](LICENSE)
4-
5-
[![Support me on Boosty](https://img.shields.io/badge/Boosty-Support%20me-%23f15f2c?style=for-the-badge)](https://boosty.to/theEvilGrinch/donate)
6-
[![Donate via card](https://img.shields.io/badge/Donate-%23702ff4?style=for-the-badge)](https://yoomity.ru/to/410016288289737)
1+
# React Vite Custom Template
72

83
Frontend boilerplate with pre-configured development environment. Includes ESLint and Stylelint setup, structured styles with mixins and variables, light/dark theme system, cookie handling, PWA manifest with icons, development server configuration, and removable template components for rapid project initialization.
94

5+
[![License](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square&logo=opensource)](LICENSE)
6+
107
## Table of Contents
118

129
- [Features](#features)
@@ -16,7 +13,7 @@ Frontend boilerplate with pre-configured development environment. Includes ESLin
1613
- [Dependencies](#dependencies)
1714
- [Customizations](#customizations)
1815
- [Template Cleanup Guide](#template-cleanup-guide)
19-
- [Contributing](#contributing)
16+
- [Sponsorship](#sponsorship)
2017
- [License](#license)
2118

2219
## Features
@@ -133,10 +130,19 @@ Before starting development, the following items should be addressed in order:
133130
7. **Update PWA Manifest**: Edit `public/manifest.webmanifest` to reflect your application's name, theme colors, and other details.
134131
8. **Replace Favicons**: Place your own source image in `src/favicons-src` and regenerate favicon set. See [Favicon Generation](#favicon-generation) section for instructions.
135132

136-
## Contributing
133+
## Sponsorship
134+
135+
[![Boosty](https://img.shields.io/badge/Boosty-F15F2C?style=for-the-badge&logo=boosty&logoColor=white)![Support](https://img.shields.io/badge/Support%20me-grey?style=for-the-badge)](https://boosty.to/andmitr/donate)
137136

138-
Contributions, issues, and feature requests are welcome. Feel free to check the [issues page](https://github.com/theEvilGrinch/react-vite-custom-boilerplate/issues) if you want to contribute.
137+
![Bitcoin](https://img.shields.io/badge/Bitcoin-F7931A?style=flat&logo=bitcoin&logoColor=white&logoSize=auto)
138+
```
139+
1CCnwAvJYEoDVGM7vsBg2Q99cF9EHtBVaY
140+
```
141+
![Tether](https://img.shields.io/badge/Tether%20(USDT%20ETH)-168363?style=flat&logo=tether&logoColor=white&logoSize=auto)
142+
```
143+
0x54f0ccc6b2987de454f69f2814fc9202bcfb74fe
144+
```
139145

140146
## License
141147

142-
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
148+
MIT Licensed. See [LICENSE](LICENSE) for details.

0 commit comments

Comments
 (0)