Skip to content

Commit 18be2ec

Browse files
authored
Merge pull request #277 from Blazity/readme-layout-update
Tweak README.md and change its layout
2 parents a606eb7 + 33bfcbf commit 18be2ec

File tree

4 files changed

+57
-39
lines changed

4 files changed

+57
-39
lines changed
1.52 MB
Loading
File renamed without changes.

README.md

Lines changed: 56 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,64 @@
1-
# Next.js Enterprise Boilerplate
1+
<img align="right" width="360px" height="410px" src="./.github/assets/project-logo-vertical.png">
22

3-
![Project intro image](./project-logo.png)
3+
# Next.js Enterprise Boilerplate </br> [![GitHub Actions Workflow Status][check-workflow-badge]][check-workflow-badge-link] [![GitHub License][github-license-badge]][github-license-badge-link] [![GitHub contributors][github-contributors-badge]][github-contributors-badge-link] [![Discord][discord-badge]][discord-badge-link] [![Blazity][made-by-blazity-badge]][made-by-blazity-badge-link]
44

55
Welcome to the _Next.js Enterprise Boilerplate_, an open-source template for enterprise projects! It's loaded with features that'll help you build a high-performance, maintainable, and enjoyable app. We've done all the heavy lifting for you, so sit back, relax, and get ready to conquer the world with your incredible app! 🌍
66

7-
<br />
8-
<a href="https://discord.gg/fyWtyNKmfX" style="width: 100%; display: flex; justify-content: center;">
9-
<img src="https://discordapp.com/api/guilds/1111676875782234175/widget.png?style=banner2" alt="Blazity Discord Banner"/>
10-
</a>
11-
<br />
7+
> [!NOTE]
8+
> **Blazity** is a group of Next.js/Jamstack/Headless experts. Contact us at [contact@blazity.com](https://blazity.com) if you’d like to talk about your project or just to have a chat with us
129
13-
## 📚 Features
10+
## Features
1411

1512
With this template, you get all the awesomeness you need:
1613

1714
- 🏎️ **[Next.js](https://nextjs.org/)** - Fast by default, with config optimized for performance (with **App Directory**)
1815
- 💅 **[Tailwind CSS](https://tailwindcss.com/)** - A utility-first CSS framework for rapid UI development
1916
-**[ESlint](https://eslint.org/)** and **[Prettier](https://prettier.io/)** - For clean, consistent, and error-free code
2017
- 🛠️ **[Extremely strict TypeScript](https://www.typescriptlang.org/)** - With [`ts-reset`](https://github.com/total-typescript/ts-reset) library for ultimate type safety
21-
- 📊 **[Bundle analyzer plugin](https://www.npmjs.com/package/@next/bundle-analyzer)** - Keep an eye on your bundle size
22-
- 🧪 **[Jest](https://jestjs.io/)** and **[React Testing Library](https://testing-library.com/react)** - For rock-solid unit and integration tests
23-
- 🎭 **[Playwright](https://playwright.dev/)** - Write end-to-end tests like a pro
24-
- 📕 **[Storybook](https://storybook.js.org/)** - Create, test, and showcase your components
25-
- 🌬️ **Smoke Testing** and **Acceptance Tests** - For confidence in your deployments
26-
- 📝 **[Conventional commits git hook](https://www.conventionalcommits.org/)** - Keep your commit history neat and tidy
27-
- 🔍 **[Observability](https://opentelemetry.io/)** - Open Telemetry integration for seamless monitoring
28-
- 🎯 **[Absolute imports](https://nextjs.org/docs/advanced-features/module-path-aliases)** - No more spaghetti imports
29-
- ⚕️ **[Health checks](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/)** - Kubernetes-compatible for robust deployments
30-
- 🧩 **[Radix UI](https://www.radix-ui.com/)** - Headless UI components for endless customization
31-
- 💎 **[CVA](http://cva.style/)** - Create a consistent, reusable, and atomic design system
32-
- 🤖 **[Renovate BOT](https://www.whitesourcesoftware.com/free-developer-tools/renovate)** - Auto-updating dependencies, so you can focus on coding
33-
- 🩹 **[Patch-package](https://www.npmjs.com/package/patch-package)** - Fix external dependencies without losing your mind
34-
- 📈 **Components coupling and cohesion graph** - A tool for managing component relationships
3518
- 🚀 **[GitHub Actions](https://github.com/features/actions)** - Pre-configured actions for smooth workflows, including Bundle Size and performance stats
36-
- 🤖🧠 **[Automated ChatGPT Code Reviews](https://openai.com/chatgpt)** - **Stay on the cutting edge with AI-powered code reviews!**
3719
- 💯 **Perfect Lighthouse score** - Because performance matters
38-
- 🚢 **[Semantic Release](https://github.com/semantic-release/semantic-release)** - for automatic changelog
39-
- 💻 **[T3 Env](https://env.t3.gg/)** - Manage your environment variables with ease
20+
- **[Bundle analyzer plugin](https://www.npmjs.com/package/@next/bundle-analyzer)** - Keep an eye on your bundle size
21+
- **[Jest](https://jestjs.io/)** and **[React Testing Library](https://testing-library.com/react)** - For rock-solid unit and integration tests
22+
- **[Playwright](https://playwright.dev/)** - Write end-to-end tests like a pro
23+
- **[Storybook](https://storybook.js.org/)** - Create, test, and showcase your components
24+
- **Smoke Testing** and **Acceptance Tests** - For confidence in your deployments
25+
- **[Conventional commits git hook](https://www.conventionalcommits.org/)** - Keep your commit history neat and tidy
26+
- **[Observability](https://opentelemetry.io/)** - Open Telemetry integration for seamless monitoring
27+
- **[Absolute imports](https://nextjs.org/docs/advanced-features/module-path-aliases)** - No more spaghetti imports
28+
- **[Health checks](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/)** - Kubernetes-compatible for robust deployments
29+
- **[Radix UI](https://www.radix-ui.com/)** - Headless UI components for endless customization
30+
- **[CVA](http://cva.style/)** - Create a consistent, reusable, and atomic design system
31+
- **[Renovate BOT](https://www.whitesourcesoftware.com/free-developer-tools/renovate)** - Auto-updating dependencies, so you can focus on coding
32+
- **[Patch-package](https://www.npmjs.com/package/patch-package)** - Fix external dependencies without losing your mind
33+
- **Components coupling and cohesion graph** - A tool for managing component relationships
34+
- **[Automated ChatGPT Code Reviews](https://openai.com/chatgpt)** - **Stay on the cutting edge with AI-powered code reviews!**
35+
- **[Semantic Release](https://github.com/semantic-release/semantic-release)** - for automatic changelog
36+
- **[T3 Env](https://env.t3.gg/)** - Manage your environment variables with ease
4037

4138
## Table of Contents
4239

4340
- [Next.js Enterprise Boilerplate](#nextjs-enterprise-boilerplate)
44-
- [📚 Features](#-features)
41+
- [Features](#features)
4542
- [Table of Contents](#table-of-contents)
46-
- [🎯 Getting Started](#-getting-started)
47-
- [🚀 Deployment](#-deployment)
48-
- [📃 Scripts Overview](#-scripts-overview)
49-
- [🔗 Coupling Graph](#-coupling-graph)
50-
- [🧪 Testing](#-testing)
43+
- [Getting Started](#-getting-started)
44+
- [Deployment](#-deployment)
45+
- [Scripts Overview](#-scripts-overview)
46+
- [Coupling Graph](#-coupling-graph)
47+
- [Testing](#-testing)
5148
- [Running Tests](#running-tests)
5249
- [Acceptance Tests](#acceptance-tests)
5350
- [Smoke Testing](#smoke-testing)
54-
- [🎨 Styling and Design System](#-styling-and-design-system)
51+
- [Styling and Design System](#-styling-and-design-system)
5552
- [CVA - A New Approach to Variants](#cva---a-new-approach-to-variants)
56-
- [💾 State Management](#-state-management)
53+
- [State Management](#-state-management)
5754
- [Zustand](#zustand)
5855
- [Jotai](#jotai)
5956
- [Recoil](#recoil)
60-
- [🤖 ChatGPT Code Review](#-chatgpt-code-review)
61-
- [💻 Environment Variables handling](#-environment-variables-handling)
62-
- [🤝 Contribution](#-contribution)
63-
- [💌 Support](#support)
64-
- [📜 License](#-license)
57+
- [ChatGPT Code Review](#-chatgpt-code-review)
58+
- [Environment Variables handling](#-environment-variables-handling)
59+
- [Contribution](#-contribution)
60+
- [Support](#support)
61+
- [License](#-license)
6562
- [Contributors](#contributors)
6663

6764
## 🎯 Getting Started
@@ -270,6 +267,13 @@ Contributions are always welcome! To contribute, please follow these steps:
270267
271268
If you're looking for help or simply want to share your thoughts about the project, we encourage you to join our Discord community. Here's the link: [https://blazity.com/discord](https://blazity.com/discord). It's a space where we exchange ideas and help one another. Everyone's input is appreciated, and we look forward to welcoming you.
272269
270+
<br />
271+
<a href="https://discord.gg/fyWtyNKmfX" style="width: 100%; display: flex; justify-content: center;">
272+
<img src="https://discordapp.com/api/guilds/1111676875782234175/widget.png?style=banner2" alt="Blazity Discord Banner"/>
273+
</a>
274+
<br />
275+
276+
273277
## 📜 License
274278
275279
This project is licensed under the MIT License. For more information, see the [LICENSE](./LICENSE) file.
@@ -302,3 +306,17 @@ This project is licensed under the MIT License. For more information, see the [L
302306
<!-- prettier-ignore-end -->
303307
304308
<!-- ALL-CONTRIBUTORS-LIST:END -->
309+
310+
<!-- Badges and links -->
311+
312+
[check-workflow-badge]: https://img.shields.io/github/actions/workflow/status/blazity/next-enterprise/check.yml?label=check
313+
[github-license-badge]: https://img.shields.io/github/license/blazity/next-enterprise?link=https%3A%2F%2Fgithub.com%2FBlazity%2Fnext-enterprise%2Fblob%2Fmain%2FLICENSE
314+
[github-contributors-badge]: https://img.shields.io/github/contributors/blazity/next-enterprise?link=https%3A%2F%2Fgithub.com%2FBlazity%2Fnext-enterprise%2Fgraphs%2Fcontributors
315+
[discord-badge]: https://img.shields.io/discord/1111676875782234175?color=7b8dcd&link=https%3A%2F%2Fblazity.com%2Fdiscord
316+
[made-by-blazity-badge]: https://img.shields.io/badge/made_by-Blazity-blue?color=FF782B&link=https://blazity.com/
317+
318+
[check-workflow-badge-link]: https://github.com/Blazity/next-enterprise/actions/workflows/check.yml
319+
[github-license-badge-link]: https://github.com/Blazity/next-enterprise/blob/main/LICENSE
320+
[github-contributors-badge-link]: https://github.com/Blazity/next-enterprise/graphs/contributors
321+
[discord-badge-link]: https://blazity.com/discord
322+
[made-by-blazity-badge-link]: https://blazity.com/?utm_source=nextenterprise&utm_medium=github

app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const metadata: Metadata = {
1313
{
1414
width: 1200,
1515
height: 630,
16-
url: "https://raw.githubusercontent.com/Blazity/next-enterprise/main/project-logo.png",
16+
url: "https://raw.githubusercontent.com/Blazity/next-enterprise/main/.github/assets/project-logo.png",
1717
},
1818
],
1919
},

0 commit comments

Comments
 (0)