Skip to content

Commit 3580344

Browse files
authored
Merge pull request #429 from ixartz/warp
docs: add Warp banner in README file
2 parents e971212 + d08f374 commit 3580344

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,8 @@ Then, you can run the project locally in development mode with live reload by ex
241241
npm run dev
242242
```
243243

244+
[![Run the command in Warp](public/assets/images/warp-banner.png)](https://go.warp.dev/nextjs-bp)
245+
244246
Open http://localhost:3000 with your favorite browser to see your project. For your information, the project is already pre-configured with a local database using PGlite. No extra setup is required to run the project locally.
245247

246248
### Set up authentication
@@ -320,6 +322,8 @@ After making changes to the schema, generate a migration by running the followin
320322
npm run db:generate
321323
```
322324

325+
[![Run the command in Warp](public/assets/images/warp-banner.png)](https://go.warp.dev/nextjs-bp)
326+
323327
This will create a migration file that reflects your schema changes. The migration is automatically applied during the next database interaction, so there is no need to run it manually or restart the Next.js server.
324328

325329
### Commit Message Format
@@ -346,6 +350,8 @@ All unit tests are located alongside the source code in the same directory, maki
346350
npm run test
347351
```
348352

353+
[![Run the command in Warp](public/assets/images/warp-banner.png)](https://go.warp.dev/nextjs-bp)
354+
349355
### Integration & E2E Testing
350356

351357
The project uses Playwright for integration and end-to-end (E2E) testing. You can run the tests with the following commands:
@@ -365,6 +371,8 @@ Then, you can generate a production build with:
365371
$ npm run build
366372
```
367373

374+
[![Run the command in Warp](public/assets/images/warp-banner.png)](https://go.warp.dev/nextjs-bp)
375+
368376
It generates an optimized production build of the boilerplate. To test the generated build, run:
369377

370378
```shell

public/assets/images/warp-banner.png

614 KB
Loading

0 commit comments

Comments
 (0)