{"id":15545389,"url":"https://github.com/davbree/parallel-pine-copy-01","last_synced_at":"2026-04-16T04:01:26.546Z","repository":{"id":140317657,"uuid":"321922067","full_name":"davbree/parallel-pine-copy-01","owner":"davbree","description":"Jamstack site created with Stackbit","archived":false,"fork":false,"pushed_at":"2020-12-16T08:47:13.000Z","size":213,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T08:49:12.782Z","etag":null,"topics":["gatsby","git","headless","jamstack","ssg","stackbit","static"],"latest_commit_sha":null,"homepage":"https://jamstack.new","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/davbree.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-12-16T08:47:03.000Z","updated_at":"2020-12-16T08:47:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"734ea30b-92ea-48d5-8b4c-a3a6adbc2748","html_url":"https://github.com/davbree/parallel-pine-copy-01","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/davbree/parallel-pine-copy-01","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davbree%2Fparallel-pine-copy-01","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davbree%2Fparallel-pine-copy-01/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davbree%2Fparallel-pine-copy-01/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davbree%2Fparallel-pine-copy-01/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davbree","download_url":"https://codeload.github.com/davbree/parallel-pine-copy-01/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davbree%2Fparallel-pine-copy-01/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31870516,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["gatsby","git","headless","jamstack","ssg","stackbit","static"],"created_at":"2024-10-02T12:45:49.667Z","updated_at":"2026-04-16T04:01:26.512Z","avatar_url":"https://github.com/davbree.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.gatsbyjs.org\"\u003e\n    \u003cimg alt=\"Gatsby\" src=\"https://www.gatsbyjs.org/monogram.svg\" width=\"60\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003e\n  gatsby-starter-typescript-plus\n\u003c/h1\u003e\n\n\u003e A starter kit for TypeScript-based Gatsby projects with sensible defaults.\n\nThis is a starter kit for [Gatsby.js](https://www.gatsbyjs.org/) websites written in TypeScript. It includes the bare essentials for you to get started (styling, Markdown parsing, minimal toolset).\n\n## 🗒️ Features\n\n- TypeScript\n- ESLint (with custom ESLint rules)\n- Markdown rendering with Remark\n- Basic component structure\n- Styling with [emotion](https://emotion.sh/)\n\n## 🚀 Quick start\n\n\u003e A nodejs \u003e= 6.0.0 setup with [yarn](https://yarnpkg.com/) is recommended.\n\n1.  **Create a Gatsby site.**\n\n    Install `gatsby-cli` package globally on your machine.\n\n    ```bash\n    # using NPM\n    npm install -g gatsby-cli\n\n    # using YARN\n    yarn global add gatsby-cli\n    ```\n\n    Use the `gatsby-cli` to create a new site and install its dependencies.\n\n    ```bash\n    gatsby new project-name https://github.com/resir014/gatsby-starter-typescript-plus\n    ```\n\n2.  **Start developing.**\n\n    Move to project's directory.\n\n    ```bash\n    cd project-name/\n    ```\n\n    Start your site.\n\n    ```bash\n    # using npm\n    npm start\n\n    # using yarn\n    yarn start\n    ```\n\n    Open source code using your favorite IDE/Text editor and navigate to `src/` directory, this is where your application live.\n\n3.  **Build your application for production.**\n\n    Once you're finished, you can make production build of your app using:\n\n    ```bash\n    # using npm\n    npm run build\n\n    # using yarn\n    yarn build\n    ```\n\n4.  **Deploy your app to Github pages!**\n\n    After building your application in step 3, you're ready to publish your app and go online!\n\n    ```bash\n    # using npm\n    npm run deploy\n\n    # using yarn\n    yarn deploy\n    ```\n\n## ❤️ Credits\n\nBuilt with [Gatsby](https://www.gatsbyjs.org/) - the blazing-fast static site generator for [React](https://facebook.github.io/react/).\n\n## 💫 Deploy\n\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/resir014/gatsby-starter-typescript-plus)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavbree%2Fparallel-pine-copy-01","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavbree%2Fparallel-pine-copy-01","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavbree%2Fparallel-pine-copy-01/lists"}