{"id":13821989,"url":"https://github.com/pokeclicker/pokeclicker","last_synced_at":"2025-05-16T15:32:24.299Z","repository":{"id":37588119,"uuid":"95085984","full_name":"pokeclicker/pokeclicker","owner":"pokeclicker","description":"The new and improved version of the popular idle/incremental PokéClicker","archived":false,"fork":false,"pushed_at":"2025-05-09T15:45:14.000Z","size":417432,"stargazers_count":601,"open_issues_count":477,"forks_count":339,"subscribers_count":19,"default_branch":"develop","last_synced_at":"2025-05-09T15:46:30.067Z","etag":null,"topics":["game","hacktoberfest","javascript"],"latest_commit_sha":null,"homepage":"https://www.pokeclicker.com","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/pokeclicker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2017-06-22T07:14:01.000Z","updated_at":"2025-05-09T15:45:18.000Z","dependencies_parsed_at":"2022-08-08T21:00:40.065Z","dependency_job_id":"9d301836-8d16-47ea-bfb2-e96ffcbf783a","html_url":"https://github.com/pokeclicker/pokeclicker","commit_stats":null,"previous_names":[],"tags_count":117,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pokeclicker%2Fpokeclicker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pokeclicker%2Fpokeclicker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pokeclicker%2Fpokeclicker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pokeclicker%2Fpokeclicker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pokeclicker","download_url":"https://codeload.github.com/pokeclicker/pokeclicker/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254556701,"owners_count":22090984,"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":["game","hacktoberfest","javascript"],"created_at":"2024-08-04T08:01:37.290Z","updated_at":"2025-05-16T15:32:19.288Z","avatar_url":"https://github.com/pokeclicker.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"[![GitHub package.json version (branch)](https://img.shields.io/github/package-json/v/pokeclicker/pokeclicker/develop?label=dev%20version)](https://github.com/pokeclicker/pokeclicker/tree/develop)\u003cbr/\u003e\n[![GitHub package.json version (branch)](https://img.shields.io/github/package-json/v/pokeclicker/pokeclicker/master?label=live%20version)](https://www.pokeclicker.com/)\u003cbr/\u003e\n[![Build Status](https://img.shields.io/travis/com/pokeclicker/pokeclicker?logo=travis)](https://travis-ci.com/pokeclicker/pokeclicker)\u003cbr/\u003e\n[![Discord](https://img.shields.io/discord/450412847017754644?color=7289DA\u0026label=Discord\u0026logo=discord)](https://discord.gg/a6DFe4p)\n\n# PokéClicker\nA game about catching Pokémon, defeating gym leaders, and watching numbers get bigger.\n\nYou can try out the current state at https://www.pokeclicker.com/\n\nYou can reach out on discord to discuss your ideas and how to implement them: https://discord.gg/a6DFe4p\n\n\u003e [!NOTE]\n\u003e PokéClicker is still in development!\n\n# Developer instructions\n\n## Guidelines\n- Make sure the build script is a success. We won't test Pull Requests that fail the building script.\n- We won't accept balance Pull Requests, unless it's from a developer or Code Contributor (Discord roles).\n- Pull Requests adding new translatable content should link to a Pull Request in the [translation repo](https://github.com/pokeclicker/pokeclicker-translations) adding your new strings. See the Developer instructions on that repo for more info.\n- Split Pull Requests into smaller Pull Requests when possible. It will make it easier for us to review, and easier for you if something's needs to be changed or is rejected.\n\n## Editor/IDE setup\n\nWe have an [EditorConfig](https://editorconfig.org/) and linting configured, to help everyone write similar code. You will find our recommended plugins for VSCode below, however you should be able to find a plugin for other IDEs as well.\n\n* [EditorConfig](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig)\n* [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)\n* [Stylelint](https://marketplace.visualstudio.com/items?itemName=stylelint.vscode-stylelint)\n\n## Building from Source\n\nFirst make sure you have git and npm available as command-line utilities (so you should install Git and NodeJS if you don't have them already).\n\nOpen a command line interface in the directory that contains this README file, and use the following command to install PokéClicker's other dependencies locally:\n```cmd\nnpm run clean\n```\n\nThen finally, run the following command in the command line interface to start a browser running PokéClicker.\n```cmd\nnpm start\n```\n\n\u003e [!TIP]\n\u003e Changes to the sourcecode will automatically cause the browser to refresh. \u003cbr/\u003e\n\u003e This means you don't need to compile TypeScript yourself. Gulp will do this for you :thumbsup:\n\n\n## Use Google cloud shell _(alternative)_\n[![Google Cloud Shell](https://gstatic.com/cloudssh/images/open-btn.png)](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/pokeclicker/pokeclicker\u0026git_branch=develop\u0026page=editor\u0026open_in_editor=README.md)\n```cmd\nnpm clean-install\nnpm start\n```\nClick the [Web Preview](https://cloud.google.com/shell/docs/using-web-preview) Button and select port `3001` from the displayed menu.\u003cbr/\u003e\nCloud Shell opens the preview URL on its proxy service in a new browser window.\n\n## Deploying a new version to Github Pages\n\u003e [!IMPORTANT]\n\u003e Before deploying, check that the game compiles and starts up without errors.\n\nThen run the following:\n```cmd\nnpm run website\n```\nThis will populate the `/docs` folder.\n\nAfter this command completes you can now publish this to your GitHub pages branch using:\n```cmd\nnpm run publish\n```\nWhich by default will push to the `master` branch\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpokeclicker%2Fpokeclicker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpokeclicker%2Fpokeclicker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpokeclicker%2Fpokeclicker/lists"}