{"id":20094757,"url":"https://github.com/turborium/turbopixel","last_synced_at":"2025-05-06T04:32:51.986Z","repository":{"id":164590082,"uuid":"631298034","full_name":"turborium/turbopixel","owner":"turborium","description":"TurboPixel Angular PWA Application","archived":false,"fork":false,"pushed_at":"2023-05-15T07:56:09.000Z","size":3551,"stargazers_count":25,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-03T19:08:20.054Z","etag":null,"topics":["angular","angular-material","app","architecture","best-architecture","best-practice","camera","clean-architecture","clean-code","ddd-architecture","gdd","material-design","material-ui","pixelart","pwa","pwa-app","solid","turbocode","typescript","uml"],"latest_commit_sha":null,"homepage":"https://turborium.github.io/turbopixel/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/turborium.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-04-22T15:20:16.000Z","updated_at":"2024-06-28T15:45:56.000Z","dependencies_parsed_at":"2024-01-18T15:59:49.917Z","dependency_job_id":"dbf4830c-4604-4cc2-a1d7-904d95e738eb","html_url":"https://github.com/turborium/turbopixel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turborium%2Fturbopixel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turborium%2Fturbopixel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turborium%2Fturbopixel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turborium%2Fturbopixel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/turborium","download_url":"https://codeload.github.com/turborium/turbopixel/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224490744,"owners_count":17319982,"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","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","angular-material","app","architecture","best-architecture","best-practice","camera","clean-architecture","clean-code","ddd-architecture","gdd","material-design","material-ui","pixelart","pwa","pwa-app","solid","turbocode","typescript","uml"],"created_at":"2024-11-13T16:52:13.133Z","updated_at":"2024-11-13T16:52:14.270Z","avatar_url":"https://github.com/turborium.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TurboPixel\nTurboPixel Angular PWA Application\n\nTurboPixel is PWA Application for creating amazing PixelArt-like photos.  \nOver 30 effects, advanced settings and export formats.  \nEnjoy!  \n\n# [GDD](https://github.com/turborium/GDD) G-Code Driven Development  \n\n![1](doc/1.PNG)  \n![2](doc/2.PNG)  \n![3](doc/3.PNG) \n\n### Check this: https://turborium.github.io/turbopixel/\n\n# License\nTurboPixel licensed under Apache 2.0 license, see LICENSE.  \nPart of files licensed under MPL1.1, see license notice in each of file.  \nIf the \"source\" file does not have a license notice, Apache 2.0 is used by default.  \n\n# Project\nThis project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.5.\n\n## Development server\nRun `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.\n\n## Code scaffolding\nRun `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.\n\n## Build\nRun `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.\n\n## Running unit tests\nRun `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).\n\n## Running end-to-end tests\nRun `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.\n\n## Further help\nTo get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.\n\n# SETUP\n\n### set up Angular\nhttps://angular.io/guide/setup-local\n`npm install -g @angular/cli`\n\n### new project\n`ng new \u003cname\u003e`\n`cd \u003cname\u003e`\n\n### run\n`ng serve --open`\n\n### install Material Design\nhttps://material.angular.io/guide/getting-started\n`ng add @angular/material`\nopen index.html\nchange `\u003cbody class=\"mat-typography\"\u003e` to `\u003cbody class=\"mat-typography mat-app-background\"\u003e`\n\n## ngrok\nngrok http 4200 --host-header=\"localhost:8080\"\n\n## After clear\n`npm install`\n\n## PWA\nhttps://web.dev/creating-pwa-with-angular-cli/  \n`ng add @angular/pwa`\n`cd dist/\u003cprojname\u003e`\n`npm i -g http-server`\n``\nadd this to \"package.json\":\n`ng build \u0026\u0026 http-server -p 8086 -c-1 dist/\u003cprojname\u003e`\nuse for running\n`npm run start-pwa` \n`ngrok http 8086 --host-header=\"localhost:8080\"`\n\n## deploy\nng add angular-cli-ghpages  \nng deploy --base-href=https://turborium.github.io/turbopixel/\n\n## manual \nng build --base-href https://turborium.github.io/turbopixel/\n\n##\nhttps://kuros.in/ci/cd/use-private-repo-to-publish-website-with-github-pages/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturborium%2Fturbopixel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fturborium%2Fturbopixel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturborium%2Fturbopixel/lists"}