Skip to content

Commit e264dc6

Browse files
committed
chore: rename project from 'overland-stack' to 'overland' and update related documentation
- Updated project name in package.json, README, and CONTRIBUTING.md for consistency - Adjusted clone commands in documentation to reflect the new project name
1 parent 8bd5266 commit e264dc6

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Thank you for your interest in contributing to Overland Stack! This document pro
1616
1. **Fork and Clone**
1717

1818
```bash
19-
git clone https://github.com/your-username/overland-stack.git
20-
cd overland-stack
19+
git clone https://github.com/your-username/overland.git
20+
cd overland
2121
```
2222

2323
2. **Install Dependencies**

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ A full-stack starter with React Router v7, Payload CMS, and PostgreSQL. Ready to
3636
## 📁 Project Structure
3737

3838
```
39-
overland-stack/
39+
overland/
4040
├── apps/
4141
│ ├── cms/ # Payload CMS application
4242
│ │ ├── src/
@@ -95,7 +95,7 @@ overland-stack/
9595
```bash
9696
# Clone and setup
9797
git clone <your-repo-url>
98-
cd overland-stack
98+
cd overland
9999
cp env.example .env
100100

101101
# Generate a secure PAYLOAD_SECRET

apps/web/tests/unit/lib/seo.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ describe('SEO Utilities', () => {
1111
alt: 'Overland Stack Logo',
1212
},
1313
social: {
14-
twitter: '@overlandstack',
15-
facebook: 'overlandstack',
14+
twitter: '@alloylab',
1615
},
1716
seo: {
1817
title: 'Overland Stack - Modern Full-Stack App',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "overland-stack",
2+
"name": "overland",
33
"version": "1.0.0",
44
"description": "Production-ready template pairing React Router SSR with Payload CMS",
55
"private": true,

0 commit comments

Comments
 (0)