upstream #1

Merged
jblu merged 1007 commits from upstream into main 2024-11-04 22:35:57 -06:00
Showing only changes of commit 29d56b747c - Show all commits

View File

@ -81,7 +81,7 @@ I wanted it to be nearly as feature-rich as popular blogging templates like [bea
npx degit https://github.com/timlrx/tailwind-nextjs-starter-blog.git npx degit https://github.com/timlrx/tailwind-nextjs-starter-blog.git
``` ```
or TS (community support) or with TypeScript (community support)
```bash ```bash
npx degit timlrx/tailwind-nextjs-starter-blog#typescript npx degit timlrx/tailwind-nextjs-starter-blog#typescript
@ -108,7 +108,7 @@ First, run the development server:
npm start npm start
``` ```
or or
```bash ```bash
npm run dev npm run dev