Skip to content

Commit 8dc70fd

Browse files
Restructure repository to align with DevOps Visions standards while preserving website functionality
1 parent 238814f commit 8dc70fd

14 files changed

Lines changed: 0 additions & 90 deletions

.github/ISSUE_TEMPLATE/bug_report.md

Whitespace-only changes.

.github/ISSUE_TEMPLATE/documentation.md

Whitespace-only changes.

.github/ISSUE_TEMPLATE/feature_request.md

Whitespace-only changes.

.github/ISSUE_TEMPLATE/question.md

Whitespace-only changes.

.github/PULL_REQUEST_TEMPLATE/website_changes.md

Whitespace-only changes.

CODE_OF_CONDUCT.md

Whitespace-only changes.

CONTRIBUTING.md

Whitespace-only changes.

README.md

Lines changed: 0 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -1,90 +0,0 @@
1-
# Elmentor Landing Page
2-
3-
A clean, maintainable landing page for the Elmentor/DevOps Visions community built with React, TypeScript, and Vite.
4-
5-
## 📋 Quick Start
6-
7-
```bash
8-
# Install dependencies
9-
npm install
10-
11-
# Start development server
12-
npm run dev
13-
14-
# Build for production
15-
npm run build
16-
17-
# Preview production build
18-
npm run serve
19-
```
20-
21-
## 🚀 Deployment
22-
23-
To deploy to GitHub Pages:
24-
25-
1. Update your GitHub username in `github-config.txt`
26-
2. Run the deployment script:
27-
```bash
28-
# PowerShell (recommended)
29-
./deploy.ps1
30-
31-
# Or using npm
32-
npm run deploy
33-
```
34-
35-
## 🛠️ Project Structure
36-
37-
```
38-
elmentor-landing-page-clean/
39-
├── dist/ # Build output
40-
├── docs/ # Documentation
41-
├── public/ # Static assets
42-
├── scripts/ # Utility scripts
43-
│ ├── deployment/ # Deployment scripts
44-
│ ├── maintenance/ # Maintenance scripts
45-
│ └── utils/ # Utility scripts
46-
├── .temp/ # Untracked local development files (not in Git)
47-
└── src/ # Source code
48-
```
49-
50-
## 🧩 Features
51-
52-
- Modern React with TypeScript
53-
- Fast builds with Vite
54-
- Responsive design
55-
- Framer Motion animations
56-
- GitHub Pages deployment
57-
58-
## 🧰 Maintenance
59-
60-
For repository maintenance tasks:
61-
62-
```bash
63-
./maintain.ps1
64-
```
65-
66-
## 🔧 Development Utilities
67-
68-
For local development files that shouldn\'t be committed:
69-
70-
```bash
71-
# Move or copy files to untracked .temp directory
72-
./move-to-temp.ps1
73-
```
74-
75-
The `.temp` directory is ignored by Git and provides a standardized location for:
76-
- Development scripts
77-
- Documentation drafts
78-
- Temporary build outputs
79-
- Work-in-progress files
80-
81-
## 📚 Documentation
82-
83-
For detailed documentation, see the `docs` directory:
84-
85-
- [Deployment Guide](docs/deployment/README.md)
86-
- [Development Maintenance](docs/development/maintenance.md)
87-
88-
## 📄 License
89-
90-
This project is licensed under the MIT License.

SECURITY.md

Whitespace-only changes.

docs/devops-visions-guidance/README.md

Whitespace-only changes.

0 commit comments

Comments
 (0)