{"id":16478844,"url":"https://github.com/s-ayanide/hacktober-kiit","last_synced_at":"2025-05-01T10:30:53.860Z","repository":{"id":118295707,"uuid":"299568363","full_name":"S-ayanide/Hacktober-KIIT","owner":"S-ayanide","description":"The Hacktoberfest-KIIT repo outlines the official KIIT Hacktoberfest website and what should be done to achieve better UX.","archived":false,"fork":false,"pushed_at":"2020-10-05T14:58:20.000Z","size":2865,"stargazers_count":1,"open_issues_count":2,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T12:06:00.555Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/S-ayanide.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-29T09:29:38.000Z","updated_at":"2023-03-07T06:08:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"0d7922f1-2e9c-4d58-bfa5-8b39523a8170","html_url":"https://github.com/S-ayanide/Hacktober-KIIT","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/S-ayanide%2FHacktober-KIIT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/S-ayanide%2FHacktober-KIIT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/S-ayanide%2FHacktober-KIIT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/S-ayanide%2FHacktober-KIIT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/S-ayanide","download_url":"https://codeload.github.com/S-ayanide/Hacktober-KIIT/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251859736,"owners_count":21655613,"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-10-11T12:50:19.724Z","updated_at":"2025-05-01T10:30:53.318Z","avatar_url":"https://github.com/S-ayanide.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KIIT HacktoberFest 🌟\n\n### A React Website built with Gatsby (v2) and TypeScript along with good SEO and PWA support.\n\n### [View Website](https://kiithacktoberfest.netlify.app/) [![Netlify Status](https://api.netlify.com/api/v1/badges/60c326c6-4f03-432e-bca7-3c216b97938b/deploy-status)](https://app.netlify.com/sites/kiithacktoberfest/deploys)\n\nThis website is built with the following integrations:\n\n-   **TypeScript** for type-safe code.\n-   **Styled-Components** for all your styles.\n-   **modern-css-reset** for a reset of sensible default styles.\n-   **gatsby-image and gatsby-transformer-sharp** for optimized images.\n-   **gatsby-plugin-manifest / SEO component** for an SEO-friendly PWA.\n-   **Jest and React Testing library** for snapshots and unit tests.\n-   **gatsby-plugin-catch-links** for avoiding the browser having to refresh the whole page when navigating between local pages.\n-   **ESLint with an emphasis on functional patterns (with Prettier and TypeScript integration)** to make your code look its best.\n-   **React Axe and React A11y for accessibility** so that your site is awesome for everyone.\n\n## Installation\n\nYou will need to have `node` and `npm` installed on your computer.\n\nYou can either use `npx` or install the `gatsby-cli` globally.\n\nThe `npx` way:\n\n```sh\nnpx gatsby new kiit-hacktoberfest https://github.com/S-ayanide/gatsby-starter-typescript-seo-grand\n```\n\nor the global way:\n\n```sh\nnpm i -g gatsby-cli\ngatsby new kiit-hacktoberfest https://github.com/S-ayanide/gatsby-starter-typescript-seo-grand\n```\n\n## Usage\n\nTo start the development servers:\n\n```sh\nnpm run develop\n```\n\nIf all was successful, you should see links to two development servers in the Node terminal. You can open these url in any browser that you would like.\n\n1. [http://localhost:8080](http://localhost:8080):\n\nThis is the development server that allows you to preview your website. It comes with hot-module reloading, which means that you should see your changes almost immediately without having to refresh the browser tab.\n\n2. [http://localhost:8000/\\_\\_\\_graphql](http://localhost:8000/___graphql):\n\nThis is the development server that allows you to interact with the your site's GraphQL data via the GraphiQL IDE.\n\n### Available Scripts\n\n| Script       | Description                                                                         |\n| ------------ | :---------------------------------------------------------------------------------- |\n| `dev`        | Start the development server with hot module reloading.                             |\n| `format`     | Format your code with Prettier.                                                     |\n| `clean`      | Delete the `.cache` and `public` directories.                                       |\n| `test`       | Run your Jest tests once.                                                           |\n| `test:watch` | Run your Jest tests in watch mode.                                                  |\n| `lint`       | Lint your code with ESLint.                                                         |\n| `lint:watch` | Lint your code with ESLint in watch mode.                                           |\n| `lint:fix`   | Lint your code with ESLint and attempt to fix linting issues.                       |\n| `serve`      | Serve the production build of your site for testing.                                |\n| `build`      | Compile your application and make it ready for deployment                           |\n| `update`     | Updates the package.json to the latest dependency versions using npm-check-updates. |\n\n## Deployment\n\nLint your files and fix all linting issues.\n\n```sh\nnpm run lint\n```\n\nRun your test suite and fix any broken tests.\n\n```sh\nnpm run test\n```\n\nCompile a production build to the `/public` directory.\n\n```sh\nnpm run build\n```\n\n😀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs-ayanide%2Fhacktober-kiit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fs-ayanide%2Fhacktober-kiit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs-ayanide%2Fhacktober-kiit/lists"}