{"id":19671266,"url":"https://github.com/knighthacks/admin-tool-frontend-2022","last_synced_at":"2025-06-13T15:35:33.859Z","repository":{"id":58619854,"uuid":"521766875","full_name":"KnightHacks/admin-tool-frontend-2022","owner":"KnightHacks","description":"Repository for Knight Hacks admin tool frontend","archived":false,"fork":false,"pushed_at":"2023-03-15T08:56:27.000Z","size":60238,"stargazers_count":2,"open_issues_count":27,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-29T17:14:26.047Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/KnightHacks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-08-05T20:22:39.000Z","updated_at":"2022-12-28T03:21:18.000Z","dependencies_parsed_at":"2023-02-10T00:00:28.396Z","dependency_job_id":null,"html_url":"https://github.com/KnightHacks/admin-tool-frontend-2022","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KnightHacks%2Fadmin-tool-frontend-2022","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KnightHacks%2Fadmin-tool-frontend-2022/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KnightHacks%2Fadmin-tool-frontend-2022/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KnightHacks%2Fadmin-tool-frontend-2022/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KnightHacks","download_url":"https://codeload.github.com/KnightHacks/admin-tool-frontend-2022/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224142765,"owners_count":17262884,"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":[],"created_at":"2024-11-11T17:08:18.398Z","updated_at":"2024-11-11T17:08:19.122Z","avatar_url":"https://github.com/KnightHacks.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  2022 Knight Hacks Admin Tool\n\u003c/h1\u003e\n\nThis repository is the home for the admin tool used by our hackathon organizers to manage hackathons and the attendees, sponsors, and events at each one.\n\n## Installation\n\n```shell\nhttps://github.com/KnightHacks/admin-tool-frontend-2022\ncd admin-tool-frontend-2022\nnpm install\n```\n\nYou will also need to create a .env file at the top level directory of the project. The contents should contain the following keys:\n\n```\n# The URL of the Knight Hacks API you are targeting - ex: https://api-dev.knighthacks.org/\nAPI_ENDPOINT=\n```\n\n## Getting Started\n\nTo run a live development server, run the following in a terminal:\n\n```shell\nnpm run start\n```\n\nThis will host the website at http://localhost:3000. As you make updates to the\ncode, the development server will automatically reload the page.\n\n## Building the Docker Image Locally\n\nBuild this app into a Docker image:\n\n```shell\ndocker build -t \u003cimage_name\u003e .\n```\n\nRun the image as a container:\n\n```shell\ndocker run -itd -p 9090:9090 [--name \u003ccontainer_name\u003e] \u003cimage_name\u003e\n```\n\n`-i, -t, -d, --name` are optional flags. Reference: https://docs.docker.com/engine/reference/run/.\n\n`-p 9090:9090` is required and based on the configured port in the Dockerfile and the NGINX config (default.config).\n\nYou can now use the website through the url `http://localhost:9090` in your browser of choice.\n\n## Updating the API Submodule\n\nTo get any changes made to the API submodule, run `git submodule update --remote`\n\nFor a detailed guide of handling submodules, see [here](https://git-scm.com/book/en/v2/Git-Tools-Submodules)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknighthacks%2Fadmin-tool-frontend-2022","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fknighthacks%2Fadmin-tool-frontend-2022","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknighthacks%2Fadmin-tool-frontend-2022/lists"}