Skip to content

Commit

Permalink
changed name
Browse files Browse the repository at this point in the history
  • Loading branch information
sangdth committed Nov 9, 2023
1 parent 03bb515 commit 6abe9d9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -18,7 +20,7 @@ This template includes the following:

## Demo

https://nextjs-template-demo.vercel.app
https://ninjutsu-demo.vercel.app


## Getting Started
Expand All @@ -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

Expand Down
4 changes: 2 additions & 2 deletions app/[locale]/(custom)/home/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
8 changes: 4 additions & 4 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "nextjs-template",
"name": "ninjutsu",
"version": "0.0.0",
"private": true,
"scripts": {
Expand Down

0 comments on commit 6abe9d9

Please sign in to comment.