From 6abe9d9700008e831d66bc3a615c51abc7458fa4 Mon Sep 17 00:00:00 2001 From: Sang Dang Date: Thu, 9 Nov 2023 12:15:39 +0200 Subject: [PATCH] changed name --- README.md | 10 ++++++---- app/[locale]/(custom)/home/page.tsx | 4 ++-- docker-compose.yaml | 8 ++++---- package.json | 2 +- 4 files changed, 13 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 9ef71789..9f9c2f94 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). +# Ninjutsu Stack + +The stack that use Chakra ## Features @@ -18,7 +20,7 @@ This template includes the following: ## Demo -https://nextjs-template-demo.vercel.app +https://ninjutsu-demo.vercel.app ## Getting Started @@ -39,10 +41,10 @@ You can either use this template by: - Or using the script below: ```bash -npx tiged websitesieutoc/nextjs-template your-project +npx tiged websitesieutoc/ninjutsu your-project ``` -Then, search and replace `nextjs-template` with your project slug. +Then, search and replace `ninjutsu` with your project slug. #### Install dependencies diff --git a/app/[locale]/(custom)/home/page.tsx b/app/[locale]/(custom)/home/page.tsx index a7afa8c9..9ee1a9cc 100644 --- a/app/[locale]/(custom)/home/page.tsx +++ b/app/[locale]/(custom)/home/page.tsx @@ -12,8 +12,8 @@ import { Business, DataExploration, OutlineDesignServices } from '@/icons'; import { Metadata } from '@/types'; export const metadata: Metadata = { - title: 'Home | Nextjs Template', - description: 'This is the home page of Nextjs Template', + title: 'Home | Ninjutsu Stack', + description: 'This is the home page of Ninjutsu Stack', }; export default function HomePage() { diff --git a/docker-compose.yaml b/docker-compose.yaml index e7226c63..a19dace7 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,9 +1,9 @@ version: "3.8" -name: nextjs-template +name: ninjutsu services: postgres: - container_name: nextjs-template-postgres + container_name: ninjutsu-postgres image: postgres:16-alpine restart: always ports: @@ -23,13 +23,13 @@ services: retries: 3 redis: - container_name: nextjs-template-redis + container_name: ninjutsu-redis image: redis:7-alpine ports: - "6379:6379" mailpit: - container_name: nextjs-template-mailpit + container_name: ninjutsu-mailpit image: axllent/mailpit:latest restart: always ports: diff --git a/package.json b/package.json index 25e9647e..cd59b9a2 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "nextjs-template", + "name": "ninjutsu", "version": "0.0.0", "private": true, "scripts": {