docs/ rename gh project
This commit is contained in:
@@ -40,8 +40,8 @@ Before you begin, ensure you have the following installed on your machine:
|
|||||||
**Option A: Clone with Git**
|
**Option A: Clone with Git**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/leonvanzyl/nextjs-better-auth-postgresql-starter-kit.git
|
git clone https://github.com/leonvanzyl/agentic-coding-starter-kit.git
|
||||||
cd nextjs-better-auth-postgresql-starter-kit
|
cd agentic-coding-starter-kit
|
||||||
```
|
```
|
||||||
|
|
||||||
**Option B: Download ZIP**
|
**Option B: Download ZIP**
|
||||||
@@ -177,11 +177,13 @@ npm run db:reset # Reset database (drop all tables)
|
|||||||
### Deploy to Vercel (Recommended)
|
### Deploy to Vercel (Recommended)
|
||||||
|
|
||||||
1. Install the Vercel CLI globally:
|
1. Install the Vercel CLI globally:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install -g vercel
|
npm install -g vercel
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Deploy your application:
|
2. Deploy your application:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
vercel --prod
|
vercel --prod
|
||||||
```
|
```
|
||||||
@@ -223,7 +225,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
|
|||||||
|
|
||||||
If you encounter any issues:
|
If you encounter any issues:
|
||||||
|
|
||||||
1. Check the [Issues](https://github.com/leonvanzyl/nextjs-better-auth-postgresql-starter-kit/issues) section
|
1. Check the [Issues](https://github.com/leonvanzyl/agentic-coding-starter-kit/issues) section
|
||||||
2. Review the documentation above
|
2. Review the documentation above
|
||||||
3. Create a new issue with detailed information about your problem
|
3. Create a new issue with detailed information about your problem
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ export function SiteFooter() {
|
|||||||
<footer className="border-t py-6 text-center text-sm text-muted-foreground">
|
<footer className="border-t py-6 text-center text-sm text-muted-foreground">
|
||||||
<div className="container mx-auto px-4">
|
<div className="container mx-auto px-4">
|
||||||
<div className="flex flex-col items-center space-y-3">
|
<div className="flex flex-col items-center space-y-3">
|
||||||
<GitHubStars repo="leonvanzyl/nextjs-better-auth-postgresql-starter-kit" />
|
<GitHubStars repo="leonvanzyl/agentic-coding-starter-kit" />
|
||||||
<p>
|
<p>
|
||||||
Built using Agentic Coding Boilerplate by{" "}
|
Built using Agentic Coding Boilerplate by{" "}
|
||||||
<a
|
<a
|
||||||
|
|||||||
Reference in New Issue
Block a user