{"id":20483339,"url":"https://github.com/firelayer/starter-template","last_synced_at":"2025-09-18T22:37:37.397Z","repository":{"id":53939632,"uuid":"259103571","full_name":"firelayer/starter-template","owner":"firelayer","description":"Firelayer Template - Starter (default template)","archived":false,"fork":false,"pushed_at":"2021-06-08T14:16:40.000Z","size":3631,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-17T05:39:21.504Z","etag":null,"topics":["administration-dashboard","boilerplate","cloud-functions","dashboard","firebase","firelayer","template","vue","vuetify"],"latest_commit_sha":null,"homepage":"https://firelayer-starter-template.web.app","language":"Vue","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/firelayer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-26T18:27:03.000Z","updated_at":"2024-03-06T13:17:00.000Z","dependencies_parsed_at":"2022-08-13T05:10:23.094Z","dependency_job_id":null,"html_url":"https://github.com/firelayer/starter-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/firelayer/starter-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firelayer%2Fstarter-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firelayer%2Fstarter-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firelayer%2Fstarter-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firelayer%2Fstarter-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/firelayer","download_url":"https://codeload.github.com/firelayer/starter-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firelayer%2Fstarter-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275844615,"owners_count":25538992,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-18T02:00:09.552Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["administration-dashboard","boilerplate","cloud-functions","dashboard","firebase","firelayer","template","vue","vuetify"],"created_at":"2024-11-15T16:17:03.690Z","updated_at":"2025-09-18T22:37:37.349Z","avatar_url":"https://github.com/firelayer.png","language":"Vue","readme":"\u003ca href=\"https://firelayer.io/\"\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/3942799/78354854-884c2780-75a4-11ea-9882-a716e2095e98.png\" alt=\"Firelayer\" width=\"400\" /\u003e\n\u003c/a\u003e\n\n\u003cbr/\u003e\n\n### Firelayer Documentation\n\n[Documentation Website](https://firelayer.io/docs)\n\n## Installation Guide\nYou can use an existing Firebase project or create a new project on the [Firebase Console](https://console.firebase.google.com).\n\nFollow the guide on preparing a Firebase project for Firelayer\n**[Setting up Firebase - Guide](https://firelayer.io/docs/setting-up-firebase)**\n\n#### Starting in a new project\n```sh\nfirelayer init new-project -t starter\n```\n\n#### Adding to a current firelayer project\n```sh\nfirelayer add:template starter\n```\n\n### Adding a landing page to this template\nIf you wish to add a landing website. You can do so by adding the landing template:\n```sh\nfirelayer add:template landing\n```\n\n### Quick Start\n\u003e After Install\n\nTo start run **`yarn dev`** or **`npm run dev`** and the three applications should be ready on:\n- Admin - http://localhost:8081\n- Functions - http://localhost:5000/api/api\n\u003e ports may change if already in use by other services\n\n### Adding an Administrator\n1. Follow the steps on [Getting Started to add a Service Account key](https://firelayer.io/docs/getting-started#get-the-firebase-service-account-key) to your project so you can run Firelayer CLI helpers.\n\n2. If you don't have any users on this Firebase Project you can always create a new one using the firelayer CLI or on the Firebase Console.\n`firelayer auth:add -u emailofuser@example.com -p password123`\n\n3. Add Administration privileges to user:\n`firelayer auth -u emailofuser@example.com --set-admin`\n\nAnd now you can login on the administration dashboard - http://localhost:8081\n\n## Content\n\n#### [`apps/functions` Cloud Functions](/apps/functions/README.md)\n- Express API\n- User management\n- Triggers examples\n- Scheduled jobs examples\n\n#### [`apps/admin` Administration Dashboard](/apps/admin/README.md)\n- Firebase Users Management\n- Send auth emails with SendGrid\n- Vue \u0026 Vuetify Components\n\n## Development\n\nStarter template is organized as a monorepo using [Lerna](https://lerna.js.org/) and yarn workspaces. Useful scripts include:\n\n#### `yarn bootstrap`\n\u003e Installs package dependencies and links packages together - using lerna and yarn workspaces\n\n#### `yarn build`\n\u003e Cleans the previous builds and starts building on all sub packages - using lerna run build\n\n#### `yarn dev`\n\u003e Starts the dev mode on all sub packages - using lerna run dev\n\n## License\n\nFirelayer is open-sourced software licensed under the [MIT license](https://github.com/firelayer/firelayer/blob/master/LICENSE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirelayer%2Fstarter-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffirelayer%2Fstarter-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirelayer%2Fstarter-template/lists"}