{"id":39107347,"url":"https://github.com/ideacrew/enroll-fe2","last_synced_at":"2026-01-22T00:17:54.194Z","repository":{"id":188565282,"uuid":"673117055","full_name":"ideacrew/enroll-fe2","owner":"ideacrew","description":"Front End applications for Enroll App UI's","archived":false,"fork":false,"pushed_at":"2026-01-12T22:16:25.000Z","size":3126,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":7,"default_branch":"trunk","last_synced_at":"2026-01-13T00:46:06.422Z","etag":null,"topics":["angular","nx"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ideacrew.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-07-31T23:10:02.000Z","updated_at":"2026-01-12T22:16:57.000Z","dependencies_parsed_at":"2024-04-18T00:33:24.505Z","dependency_job_id":"814b9282-ac3d-4137-8cc4-05404019c484","html_url":"https://github.com/ideacrew/enroll-fe2","commit_stats":null,"previous_names":["ideacrew/enroll-fe2"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ideacrew/enroll-fe2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ideacrew%2Fenroll-fe2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ideacrew%2Fenroll-fe2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ideacrew%2Fenroll-fe2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ideacrew%2Fenroll-fe2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ideacrew","download_url":"https://codeload.github.com/ideacrew/enroll-fe2/tar.gz/refs/heads/trunk","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ideacrew%2Fenroll-fe2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28647983,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T21:29:11.980Z","status":"ssl_error","status_checked_at":"2026-01-21T21:24:31.872Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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","nx"],"created_at":"2026-01-17T19:32:32.515Z","updated_at":"2026-01-22T00:17:54.178Z","avatar_url":"https://github.com/ideacrew.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SBTC Calculator\n\n\u003ca alt=\"Nx logo\" href=\"https://nx.dev\" target=\"_blank\" rel=\"noreferrer\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png\" width=\"45\"\u003e\u003c/a\u003e\n\n✨ **This workspace has been generated by [Nx, a Smart, fast and extensible build system.](https://nx.dev)** ✨\n\n## Start the app\n\nTo start the development server run `nx serve sbtc-calculator`. Open your browser and navigate to http://localhost:4200/. Happy coding!\n\n## Generate code\n\nIf you happen to use Nx plugins, you can leverage code generators that might come with it.\n\nRun `nx list` to get a list of available plugins and whether they have generators. Then run `nx list \u003cplugin-name\u003e` to see what generators are available.\n\nLearn more about [Nx generators on the docs](https://nx.dev/plugin-features/use-code-generators).\n\n## Making commits to the repo\n\nBefore each commit, git hooks will check that certain criteria is met before allowing the commit to proceed.\n\n\u003e If the criteria IS met, the commit will be allowed.\n\n\u003e If the criteria IS NOT met, the commit will be cancelled and errors will display to the developer what went wrong.\n\nThese are the criteria for each commit:\n\nLooking in these folders for changes (src, app, libs, tools) for changes to only \\*.{ts, tsx} files\n\n- All changed files must pass [TSC type checking](https://www.typescriptlang.org/docs/handbook/2/basic-types.html#static-type-checking)\n- All changed files must pass Jest unit tests\n\nLooking in these folders for changes (src, app, libs, tools) for changes to only \\*.{js, ts, jsx, tsx, json} files\n\n- All changed files will be linted and if possible lint changes, if any, written to the changed files\n- If lint changes are required and can not be written, the commit will fail and the error will be shown.\n\nLooking in these folders for changes (src, app, libs, tools) for changes to only \\*.{css, scss} files\n\n- All changed files will be linted and if possible lint changes, if any, written to the changed files\n- If lint changes are required and can not be written, the commit will fail and the error will be shown.\n\n## Running tasks\n\nTo execute tasks with Nx use the following syntax:\n\n```\nnx \u003ctarget\u003e \u003cproject\u003e \u003c...options\u003e\n```\n\nYou can also run multiple targets:\n\n```\nnx run-many -t \u003ctarget1\u003e \u003ctarget2\u003e\n```\n\n..or add `-p` to filter specific projects\n\n```\nnx run-many -t \u003ctarget1\u003e \u003ctarget2\u003e -p \u003cproj1\u003e \u003cproj2\u003e\n```\n\nTargets can be defined in the `package.json` or `projects.json`. Learn more [in the docs](https://nx.dev/core-features/run-tasks).\n\n## Want better Editor Integration?\n\nHave a look at the [Nx Console extensions](https://nx.dev/nx-console). It provides autocomplete support, a UI for exploring and running tasks \u0026 generators, and more! Available for VSCode, IntelliJ and comes with a LSP for Vim users.\n\n## Ready to deploy?\n\nJust run `nx build demoapp` to build the application. The build artifacts will be stored in the `dist/` directory, ready to be deployed.\n\n## Set up CI!\n\nNx comes with local caching already built-in (check your `nx.json`). On CI you might want to go a step further.\n\n- [Set up remote caching](https://nx.dev/core-features/share-your-cache)\n- [Set up task distribution across multiple machines](https://nx.dev/core-features/distribute-task-execution)\n- [Learn more how to setup CI](https://nx.dev/recipes/ci)\n\n## Connect with us!\n\n- [Join the community](https://nx.dev/community)\n- [Subscribe to the Nx Youtube Channel](https://www.youtube.com/@nxdevtools)\n- [Follow us on Twitter](https://twitter.com/nxdevtools)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fideacrew%2Fenroll-fe2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fideacrew%2Fenroll-fe2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fideacrew%2Fenroll-fe2/lists"}