Skip to content

Commit 4759491

Browse files
chore(docs): update readme urls, task tracking and editor settings
Fix repository urls in readme, record newpassive task tracking, and add ptah editor settings. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 5473ece commit 4759491

10 files changed

Lines changed: 5157 additions & 27 deletions

File tree

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
{}
1+
{
2+
"ptah.model.selected": "default",
3+
"ptah.browser.allowLocalhost": true
4+
}

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Angular 3D & GSAP Libraries
22

3-
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/hive-academy/angular-3d-workspace/blob/main/LICENSE)
3+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/Hive-Academy/angular-3d/blob/main/LICENSE)
44

55
> Modern Angular libraries for building stunning 3D graphics and scroll animations
66
@@ -93,7 +93,7 @@ export class HeroComponent {}
9393

9494
```bash
9595
# Clone repository
96-
git clone https://github.com/hive-academy/angular-3d-workspace.git
96+
git clone https://github.com/Hive-Academy/angular-3d.git
9797
cd angular-3d-workspace
9898

9999
# Install dependencies
@@ -169,7 +169,7 @@ Contributions are welcome! Please read our [Contributing Guide](./CONTRIBUTING.m
169169

170170
## 🔗 Links
171171

172-
- [Report Issues](https://github.com/hive-academy/angular-3d-workspace/issues)
172+
- [Report Issues](https://github.com/Hive-Academy/angular-3d/issues)
173173
- [Angular Documentation](https://angular.dev)
174174
- [Three.js Documentation](https://threejs.org/docs/)
175175
- [GSAP Documentation](https://greensock.com/docs/)

0 commit comments

Comments
 (0)