{"id":45969804,"url":"https://github.com/brints/unraveldocs-frontend","last_synced_at":"2026-03-15T20:53:19.450Z","repository":{"id":334429640,"uuid":"986606533","full_name":"Brints/unraveldocs-frontend","owner":"Brints","description":"UnravelDocs Frontend uses the powerful and enigmatic Angular.","archived":false,"fork":false,"pushed_at":"2026-03-07T12:34:35.000Z","size":8607,"stargazers_count":2,"open_issues_count":12,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-07T19:32:30.707Z","etag":null,"topics":["angular","css3","digitalocean","docker","github-actions","html5","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://unraveldocs.xyz","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Brints.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-19T21:32:56.000Z","updated_at":"2026-03-07T12:34:37.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Brints/unraveldocs-frontend","commit_stats":null,"previous_names":["brints/unraveldocs-frontend"],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/Brints/unraveldocs-frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Brints%2Funraveldocs-frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Brints%2Funraveldocs-frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Brints%2Funraveldocs-frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Brints%2Funraveldocs-frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Brints","download_url":"https://codeload.github.com/Brints/unraveldocs-frontend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Brints%2Funraveldocs-frontend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30332865,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T05:25:20.737Z","status":"ssl_error","status_checked_at":"2026-03-10T05:25:17.430Z","response_time":106,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","css3","digitalocean","docker","github-actions","html5","tailwindcss","typescript"],"created_at":"2026-02-28T15:04:57.563Z","updated_at":"2026-03-10T12:03:08.777Z","avatar_url":"https://github.com/Brints.png","language":"TypeScript","readme":"# UnraveldocsFrontend\n\nThis project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.2.12.\n\n## Development server\n\nTo start a local development server, run:\n\n```bash\nng serve\n```\n\nOnce the server is running, open your browser and navigate to `http://localhost:4200/`. The application will automatically reload whenever you modify any of the source files.\n\n## Code scaffolding\n\nAngular CLI includes powerful code scaffolding tools. To generate a new component, run:\n\n```bash\nng generate component component-name\n```\n\nFor a complete list of available schematics (such as `components`, `directives`, or `pipes`), run:\n\n```bash\nng generate --help\n```\n\n## Building\n\nTo build the project run:\n\n```bash\nng build\n```\n\nThis will compile your project and store the build artifacts in the `dist/` directory. By default, the production build optimizes your application for performance and speed.\n\n## Running unit tests\n\nTo execute unit tests with the [Karma](https://karma-runner.github.io) test runner, use the following command:\n\n```bash\nng test\n```\n\n## Running end-to-end tests\n\nFor end-to-end (e2e) testing, run:\n\n```bash\nng e2e\n```\n\nAngular CLI does not come with an end-to-end testing framework by default. You can choose one that suits your needs.\n\n## 🔄 CI/CD and Versioning\n\nThis project uses automated CI/CD pipelines and semantic versioning.\n\n### Making Commits\n\nWe use [Conventional Commits](https://www.conventionalcommits.org/) for automatic versioning:\n\n```bash\n# Use commitizen for guided commits (recommended)\npnpm run commit\n\n# Or write conventional commits manually\ngit commit -m \"feat(auth): add login functionality\"\ngit commit -m \"fix(dashboard): correct data loading issue\"\n```\n\n### Commit Types\n\n- `feat:` - New feature (minor version bump)\n- `fix:` - Bug fix (patch version bump)\n- `docs:` - Documentation changes\n- `style:` - Code style changes\n- `refactor:` - Code refactoring\n- `perf:` - Performance improvements\n- `test:` - Test updates\n- `build:` - Build system changes\n- `ci:` - CI/CD changes\n- `chore:` - Other changes\n\n### Versioning\n\nVersions follow [Semantic Versioning](https://semver.org/):\n- **MAJOR** version: Breaking changes (e.g., `feat!:` or `BREAKING CHANGE:`)\n- **MINOR** version: New features (e.g., `feat:`)\n- **PATCH** version: Bug fixes (e.g., `fix:`, `docs:`, `refactor:`)\n\nReleases are automatically created when code is merged to the `main` branch.\n\n### Quick Start Guide\n\nFor a complete guide on using the CI/CD pipeline, see:\n- 📖 [Quick Start Guide](./docs/QUICK_START_CI_CD.md)\n- 📚 [Detailed CI/CD Documentation](./docs/CI_CD_DOCUMENTATION.md)\n\n## 🤝 Contributing\n\nWe welcome contributions! Please see our [Contributing Guide](./.github/CONTRIBUTING.md) for details.\n\n### Development Workflow\n\n1. Fork the repository\n2. Create a feature branch: `git checkout -b feat/amazing-feature`\n3. Make your changes with conventional commits\n4. Push to your fork: `git push origin feat/amazing-feature`\n5. Open a Pull Request\n\n### Code Quality\n\n- All tests must pass: `pnpm test`\n- Build must succeed: `pnpm run build`\n- Follow conventional commit format\n- Add tests for new features\n\n## 📋 Available Scripts\n\n```bash\npnpm start              # Start development server\npnpm run build          # Build for production\npnpm test               # Run unit tests\npnpm run test:ci        # Run tests in CI mode\npnpm run lint           # Lint code\npnpm run commit         # Create conventional commit\npnpm run semantic-release # Create release (automated in CI)\n```\n\n## 📁 Project Structure\n\n```\nsrc/\n├── app/\n│   ├── core/           # Core functionality (auth, interceptors)\n│   ├── features/       # Feature modules (admin, user, etc.)\n│   ├── shared/         # Shared components and services\n│   └── environments/   # Environment configurations\n├── assets/             # Static assets\n└── docs/              # Documentation\n```\n\n## 📊 Workflows\n\n- **CI**: Runs on every push and PR - lints, tests, and builds\n- **Release**: Runs on push to main - creates releases automatically\n- **PR Checks**: Validates commit messages and PR titles\n\n## Additional Resources\n\nFor more information on using the Angular CLI, including detailed command references, visit the [Angular CLI Overview and Command Reference](https://angular.dev/tools/cli) page.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrints%2Funraveldocs-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrints%2Funraveldocs-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrints%2Funraveldocs-frontend/lists"}