{"id":15696004,"url":"https://github.com/ghoshnirmalya/nextjs-graphcms","last_synced_at":"2026-03-03T18:02:20.034Z","repository":{"id":42715939,"uuid":"278872979","full_name":"ghoshnirmalya/nextjs-graphcms","owner":"ghoshnirmalya","description":"Sample application built using GraphCMS, Next.js and TailwindCSS","archived":false,"fork":false,"pushed_at":"2024-10-29T16:18:03.000Z","size":1117,"stargazers_count":7,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-08T22:35:25.701Z","etag":null,"topics":["graphcms","graphcms-api","graphql","nextjs"],"latest_commit_sha":null,"homepage":"https://nextjs-graphcms.vercel.app/","language":"JavaScript","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/ghoshnirmalya.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-11T14:02:02.000Z","updated_at":"2022-10-24T20:05:42.000Z","dependencies_parsed_at":"2024-10-24T02:08:42.693Z","dependency_job_id":"3d4a0ff9-4360-4950-abd6-99db7b3336d4","html_url":"https://github.com/ghoshnirmalya/nextjs-graphcms","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ghoshnirmalya/nextjs-graphcms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghoshnirmalya%2Fnextjs-graphcms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghoshnirmalya%2Fnextjs-graphcms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghoshnirmalya%2Fnextjs-graphcms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghoshnirmalya%2Fnextjs-graphcms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ghoshnirmalya","download_url":"https://codeload.github.com/ghoshnirmalya/nextjs-graphcms/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghoshnirmalya%2Fnextjs-graphcms/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30054001,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T17:46:22.538Z","status":"ssl_error","status_checked_at":"2026-03-03T17:46:22.036Z","response_time":61,"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":["graphcms","graphcms-api","graphql","nextjs"],"created_at":"2024-10-03T19:06:27.093Z","updated_at":"2026-03-03T18:02:20.005Z","avatar_url":"https://github.com/ghoshnirmalya.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/6391763/87227143-7e616e00-c3b6-11ea-8b29-ee4bfdcd4568.png\" alt=\"Logo\"/\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://twitter.com/nirmalyaghosh23\"\u003e\n    \u003cimg alt=\"Twitter: Nirmalya Ghosh\" src=\"https://img.shields.io/twitter/follow/nirmalyaghosh23.svg?style=social\" target=\"_blank\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\nThis is a sample application built using [Next.js](https://nextjs.org/) and [GraphCMS](https://graphcms.com/).\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n**Table of Contents**\n\n- [Overview](#overview)\n- [Demo](#demo)\n- [Requirements](#requirements)\n- [Installation](#installation)\n  - [1. **Clone the application**](#1-clone-the-application)\n  - [2. **Install the dependencies**](#2-install-the-dependencies)\n  - [3. **Start the development server**](#3-start-the-development-server)\n- [Building the application](#building-the-application)\n- [License](#license)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n## Overview\n\nThis sample application uses [Next.js](https://nextjs.org/) to render data from [GraphCMS](https://graphcms.com/). It uses [TailwindCSS](https://tailwindcss.com/) for styling.\n\n## Demo\n\nA demo of this application is hosted [here](https://nextjs-graphcms.vercel.app/).\n\n\n## Requirements\n\n1. [Node.js](https://nodejs.org/)\n2. [npm](https://www.npmjs.com/)\n\n## Installation\n\n### 1. **Clone the application**\n\n```sh\ngit clone https://github.com/ghoshnirmalya/nextjs-graphcms\n```\n\n### 2. **Install the dependencies**\n\nFrom the project root, we can run the following command to install all the dependencies:\n\n```sh\nyarn install\n```\n\n### 3. **Start the development server**\n\nFrom the project root, we can run the following command to start our Node.js packages:\n\n```sh\nyarn dev\n```\n\nThe above command will start the development server on [http://localhost:3000/](http://localhost:3000).\n\n## Building the application\n\nFrom the project root, we can run the following command to build our application:\n\n```sh\nyarn build\n```\n\n## License\n\nThis project is licensed under the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghoshnirmalya%2Fnextjs-graphcms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fghoshnirmalya%2Fnextjs-graphcms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghoshnirmalya%2Fnextjs-graphcms/lists"}