{"id":29692105,"url":"https://github.com/stuf/etm12-pixel-app","last_synced_at":"2026-05-15T13:01:49.784Z","repository":{"id":39028205,"uuid":"211711246","full_name":"stuf/etm12-pixel-app","owner":"stuf","description":"Calmm-based pixel editor for the browser","archived":false,"fork":false,"pushed_at":"2023-01-04T12:19:29.000Z","size":4152,"stargazers_count":0,"open_issues_count":27,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-14T06:33:08.795Z","etag":null,"topics":["frp","graphics","kefir","lenses","observables","react","web"],"latest_commit_sha":null,"homepage":"https://etm12.dev","language":"JavaScript","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/stuf.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}},"created_at":"2019-09-29T18:58:53.000Z","updated_at":"2019-11-04T08:30:47.000Z","dependencies_parsed_at":"2023-02-02T12:02:04.633Z","dependency_job_id":null,"html_url":"https://github.com/stuf/etm12-pixel-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stuf/etm12-pixel-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuf%2Fetm12-pixel-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuf%2Fetm12-pixel-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuf%2Fetm12-pixel-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuf%2Fetm12-pixel-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stuf","download_url":"https://codeload.github.com/stuf/etm12-pixel-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuf%2Fetm12-pixel-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33067476,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"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":["frp","graphics","kefir","lenses","observables","react","web"],"created_at":"2025-07-23T07:09:40.831Z","updated_at":"2026-05-15T13:01:49.763Z","avatar_url":"https://github.com/stuf.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Codecov](https://img.shields.io/codecov/c/github/stuf/etm12-pixel-app?style=for-the-badge)\n![Netlify](https://img.shields.io/netlify/8bfc2ad0-a348-4395-960e-c3331f794428?style=for-the-badge)\n![GitHub](https://img.shields.io/github/license/stuf/etm12-pixel-app?style=for-the-badge)\n![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability/stuf/etm12-pixel-app?style=for-the-badge)\n\n# `etm12-pixel-app`\n\n## Contents\n\n- [Getting started](#getting-started)\n- [Running tests](#running-tests)\n- [Building](#building)\n- [Code structure](#code-structure)\n\n## Getting started\n\nYou'll need Node.js (a fresh version, anything over 8 but 12 is preferred). Yarn is recommended, but not required.\n\n```sh\n# Install all dependencies\nyarn\n```\n\n```sh\n# Run app\nyarn start\n```\n\n### Git hooks\n\nThis repository uses [husky](https://github.com/typicode/husky) for Git hooks. _All tests must pass to be allowed pushing to remote_.\n\n### Committing code\n\nThis repository uses [Git commitizen](https://github.com/commitizen) for creating commit messages in the repository. After installing dependencies, commitizen should also be configured in the project. Use `git cz` instead of `git commit` for commits.\n\n### Project scripts\n\n- `yarn start`\n  - start application locally with some additional development environment-related additions\n- `yarn start:app`\n  - same as `yarn start`, but skip devenv-related additions\n- `yarn build`\n  - create production bundle; _`yarn prebuild` must succeed_\n- `yarn build:changelog`\n  - generate [CHANGELOG.md](./CHANGELOG.md) file based committed code changes\n- `yarn prebuild`\n  - run tests and collect code coverage before creating the application bundle\n- `yarn test`\n  - run tests in watch mode\n- `yarn test:simple`\n  - run tests without watch mode\n- `yarn test:cov`\n  - run tests without watch mode, collect code coverage reports\n\n## Running tests\n\n- `yarn test` — Application-wide tests (watch mode)\n- `yarn test:simple` — Application-wide tests without watch-mode\n- `yarn test:cov` — Test and collect code coverage reports\n\n### Testing libraries\n\n- unit tests through `jest`\n- snapshot testing as lightweight regression tests for presentation components\n- property-based testing through `jsverify`\n\n## Building\n\nThe production bundle can be created by running\n\n```sh\nyarn build\n```\n\n## Code structure\n\n- Scope-specific code for a module is located inside the directory `_/` located inside that directory\n- Tests for a file `module.js` should be in `__tests__/module.js` in the same directory\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuf%2Fetm12-pixel-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstuf%2Fetm12-pixel-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuf%2Fetm12-pixel-app/lists"}