{"id":48300021,"url":"https://github.com/solderq35/hitruns-wiki","last_synced_at":"2026-04-04T23:43:44.149Z","repository":{"id":44379754,"uuid":"511712326","full_name":"solderq35/hitruns-wiki","owner":"solderq35","description":"Hitman 3 Speedrunning Wiki","archived":false,"fork":false,"pushed_at":"2025-09-27T23:01:03.000Z","size":4503,"stargazers_count":1,"open_issues_count":10,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-28T01:04:03.562Z","etag":null,"topics":["documentation","docusaurus","hitman","hitman3"],"latest_commit_sha":null,"homepage":"https://hitruns-wiki.vercel.app","language":"TypeScript","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/solderq35.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-07-08T00:26:35.000Z","updated_at":"2025-09-27T23:01:07.000Z","dependencies_parsed_at":"2024-02-03T19:31:17.868Z","dependency_job_id":"92ef0b01-717f-46c0-8e28-b2e2f7e976fe","html_url":"https://github.com/solderq35/hitruns-wiki","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/solderq35/hitruns-wiki","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solderq35%2Fhitruns-wiki","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solderq35%2Fhitruns-wiki/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solderq35%2Fhitruns-wiki/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solderq35%2Fhitruns-wiki/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/solderq35","download_url":"https://codeload.github.com/solderq35/hitruns-wiki/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solderq35%2Fhitruns-wiki/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31419543,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"last_error":"SSL_read: 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":["documentation","docusaurus","hitman","hitman3"],"created_at":"2026-04-04T23:43:44.051Z","updated_at":"2026-04-04T23:43:44.134Z","avatar_url":"https://github.com/solderq35.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HitRuns Wiki\n\n## Site URL (Try it Yourself!)\n\n**https://hitruns-wiki.vercel.app/**\n\n## About\n\nHitman 3 speedrunning wiki. Gameplay tips, Livesplit setup, list of Hitman speedrunning resources, specific strategy tutorials, etc. included.\n\nThe site was built with [Docusaurus](https://docusaurus.io/docs), so reference their documentation for the basics of how this site functions.\n\nMore specifically, this site was built on a template from [easyops-cn](https://github.com/easyops-cn), so go read [the original repository's README](https://github.com/easyops-cn/docusaurus-search-local/blob/master/README.md) if you want more information on the technical details of the site / want to make refactoring changes.\n\nThe site is deployed on [Vercel](https://vercel.com/docs), although it can also be deployed on any static website host.\n\n### Site Features:\n\nHitRuns Wiki has several advantages over the build-in guides on speedrun.com, including:\n\n- More control over the content (guides are still accessible if speedrun.com is down).\n- More control over the styling (speedrun.com's Markdown version has some strange idiosyncrasies).\n- Website loads faster (not choked full of advertisements as speedrun.com is).\n- **Search bar to look up key phrases if you forgot which guide covered what.**\n\n## Site Setup\n\n### Dependencies\n\nCurrently using Node v22.20.0 for Vercel deployment.\n\nHow to update yarn:\n\n- `npm install --global yarn`\n- `yarn set version 3.22`\n\nHow to change Node version:\n\n- See https://github.com/coreybutler/nvm-windows or https://github.com/nvm-sh/nvm\n\n### Installation\n\n- `yarn install` to install required node modules.\n- `yarn start` to open the dev environment to preview the website.\n- `yarn build` to build the website locally (needed if you want to test the search function before deployment).\n- For Vercel Deployment: Go to `https://vercel.com/VERCEL_USERNAME/PROJECT_NAME/settings` and use [these settings](https://i.ibb.co/711Y9bS/vercel-build-settings.png) in \"Build and Development\" section of Vercel settings.\n\n## Contribution Guidelines\n\nIf you are a Hitman speedrunner seeking to contribute and have some basic coding knowledge, you should:\n\n1. Review [Basic Markdown Syntax](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax).\n2. Make a Github Account if you don't already have one.\n3. [Make a fork](https://docs.github.com/en/get-started/quickstart/fork-a-repo).\n4. Go to [Docs folder](https://github.com/solderq35/hitruns-wiki/tree/master/website/docs) (`hitruns-wiki/website/docs`) and make your edits. Edit `hitruns-wiki/website/sidebars.js` as well if you added a new guide.\n   - See \"Installation\" section above for how to run site locally while editing\n   - Formatting: Run `yarn prettier`\n5. [Make a Pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request) for your changes.\n\nIf you don't have much coding knowledge but still want to contribute as a Hitman speedrunner:\n\n- Edit the Markdown files specified in Step 4 above, and send me the edited files to me on Discord (solderq35).\n- Or just tell me what you want changed on Discord.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolderq35%2Fhitruns-wiki","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolderq35%2Fhitruns-wiki","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolderq35%2Fhitruns-wiki/lists"}