JetQin / next-devops

https://next-devops.vercel.app
MIT License
0 stars 0 forks source link

iDevops tools next template

iDevops tools

Start at full speed with this Next.js Template ! Updated version 1.0.1

Installation · Frameworks + Features · Author


Installation

Clone & create this repo locally with the following command:

npx create-next-app my-saas-project --example "https://github.com/JetQin/next-devops"

Or, deploy with Vercel:

Deploy with Vercel

Steps

  1. Install dependencies using pnpm:
pnpm install
  1. Copy .env.example to .env.local and update the variables.
cp .env.example .env.local
npx auth secrets
  1. Start the development server:
pnpm run dev
  1. Remove parts you don't want

You can use the command pnpm run remove-content in your terminal to remove specific parts of your project. This command supports the following parameters:

Recommendations

Examples

  1. To remove both the blog and documentation sections:
pnpm run remove-content
  1. To remove only the blog section:
pnpm run remove-content --blog
  1. To remove only the documentation section:
pnpm run remove-content --docs

[!NOTE]
I use npm-check-updates package for update this project.

Use this command for update your project: ncu -i --format group

Frameworks

Platforms

UI

Hooks and Utilities

Code Quality

Miscellaneous

Author

This project is based on Next. Developed by @jetqin in 2024.

Credits

Thanks to @miickasmt which is the original author of this project.