Skip to content

Commit 564b845

Browse files
committed
chore: update repository name in README.md and Docker commands
1 parent af704bc commit 564b845

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Next.js 15 Starter (TailwindCSS v4)
1+
# Next.js 15 Starter
22

33
Welcome to the **Next.js 15 Starter** repository! This starter template is built with Next.js 15, React 19, TypeScript 5, Tailwind CSS 4 and comes packed with several powerful tools and configurations to accelerate your project setup and streamline development workflows using VS Code.
44

@@ -64,8 +64,8 @@ To enhance development experience, install the following VS Code extensions:
6464

6565
1. **Clone the Repository**:
6666
```bash
67-
git clone https://github.com/officiallerio/nextjs-15-starter-tailwindcss-v4.git
68-
cd nextjs-15-starter-tailwindcss-v4
67+
git clone https://github.com/officiallerio/nextjs-15-starter.git
68+
cd nextjs-15-starter
6969
```
7070

7171
2. **Install Dependencies**:
@@ -92,9 +92,9 @@ To enhance development experience, install the following VS Code extensions:
9292
To use Docker, make sure Docker is installed on your machine. Then, build and run the Docker container:
9393

9494
```bash
95-
docker build . -t nextjs-15-starter-tailwindcss-v4
95+
docker build . -t nextjs-15-starter
9696
# or if using Bun
97-
docker build . -t nextjs-15-starter-tailwindcss-v4 -f Dockerfile.bun
97+
docker build . -t nextjs-15-starter -f Dockerfile.bun
9898
99-
docker run -p 3000:3000 nextjs-15-starter-tailwindcss-v4
99+
docker run -p 3000:3000 nextjs-15-starter
100100
```

0 commit comments

Comments
 (0)