Skip to content

Commit

Permalink
docs: add note in the main section
Browse files Browse the repository at this point in the history
  • Loading branch information
neg4n authored Jan 18, 2024
1 parent 01b3eb5 commit 4260de4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
<img align="right" width="360px" height="410px" src="./.github/assets/project-logo-vertical.png">

# Next.js Enterprise Boilerplate </br> ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/blazity/next-enterprise/check.yml?label=check) ![GitHub License](https://img.shields.io/github/license/blazity/next-enterprise) ![GitHub contributors](https://img.shields.io/github/contributors/blazity/next-enterprise) ![Discord](https://img.shields.io/discord/1111676875782234175?color=7b8dcd&link=https%3A%2F%2Fblazity.com%2Fdiscord) ![Blazity](https://img.shields.io/badge/Made_by-Blazity-blue?color=FF782B&link=https%3A%2F%2Fblazity.com%2F%3Futm_source%3Dnextenterprise%26utm_medium%3Dgithub)
# Next.js Enterprise Boilerplate </br> ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/blazity/next-enterprise/check.yml?label=check) ![GitHub License](https://img.shields.io/github/license/blazity/next-enterprise) ![GitHub contributors](https://img.shields.io/github/contributors/blazity/next-enterprise) ![Discord](https://img.shields.io/discord/1111676875782234175?color=7b8dcd&link=https%3A%2F%2Fblazity.com%2Fdiscord) ![Blazity](https://img.shields.io/badge/made_by-Blazity-blue?color=FF782B&link=https%3A%2F%2Fblazity.com%2F%3Futm_source%3Dnextenterprise%26utm_medium%3Dgithub)




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! 🌍

> [!NOTE]
> **Blazity** is a group of Next.js/Jamstack/Headless experts. Contact us at [[email protected]](https://blazity.com) if you’d like to talk about your project or just to have a chat with us
## 📚 Features

With this template, you get all the awesomeness you need:
Expand All @@ -17,7 +20,6 @@ With this template, you get all the awesomeness you need:
- 🛠️ **[Extremely strict TypeScript](https://www.typescriptlang.org/)** - With [`ts-reset`](https://github.com/total-typescript/ts-reset) library for ultimate type safety
- 🚀 **[GitHub Actions](https://github.com/features/actions)** - Pre-configured actions for smooth workflows, including Bundle Size and performance stats
- 💯 **Perfect Lighthouse score** - Because performance matters

- **[Bundle analyzer plugin](https://www.npmjs.com/package/@next/bundle-analyzer)** - Keep an eye on your bundle size
- **[Jest](https://jestjs.io/)** and **[React Testing Library](https://testing-library.com/react)** - For rock-solid unit and integration tests
- **[Playwright](https://playwright.dev/)** - Write end-to-end tests like a pro
Expand Down

0 comments on commit 4260de4

Please sign in to comment.