{"id":13403754,"url":"https://github.com/LeonardoCesca/js-docs","last_synced_at":"2025-03-14T08:32:10.754Z","repository":{"id":48459914,"uuid":"234318095","full_name":"LeonardoCesca/js-docs","owner":"LeonardoCesca","description":"Este projeto foi desenvolvido para contribuir com o open-source. Se você quiser contribuir basta seguir o README","archived":false,"fork":false,"pushed_at":"2023-01-11T21:10:20.000Z","size":883,"stargazers_count":178,"open_issues_count":1,"forks_count":34,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-10-30T00:35:38.518Z","etag":null,"topics":["gatsby","gatsbyjs","javascript","javascript-document","js","react","reactjs"],"latest_commit_sha":null,"homepage":"https://javascript-docs.netlify.com/","language":"JavaScript","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/LeonardoCesca.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}},"created_at":"2020-01-16T12:45:47.000Z","updated_at":"2024-05-30T08:58:36.000Z","dependencies_parsed_at":"2023-02-09T07:01:29.639Z","dependency_job_id":null,"html_url":"https://github.com/LeonardoCesca/js-docs","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/LeonardoCesca%2Fjs-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeonardoCesca%2Fjs-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeonardoCesca%2Fjs-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeonardoCesca%2Fjs-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LeonardoCesca","download_url":"https://codeload.github.com/LeonardoCesca/js-docs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243547504,"owners_count":20308717,"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":["gatsby","gatsbyjs","javascript","javascript-document","js","react","reactjs"],"created_at":"2024-07-30T19:01:34.113Z","updated_at":"2025-03-14T08:32:10.426Z","avatar_url":"https://github.com/LeonardoCesca.png","language":"JavaScript","readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://javascript-docs.netlify.com/\"\u003e\n    \u003cimg alt=\"Javasript\" src=\"https://i.ya-webdesign.com/images/vector-javascript-1.png\" width=\"60\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.gatsbyjs.org\"\u003e\n    \u003cimg alt=\"Gatsby\" src=\"https://www.gatsbyjs.com/Gatsby-Monogram.svg\" width=\"60\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003e\n  JavaScript Doc's feito com Gatsby.\n\u003c/h1\u003e\n\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)\n\nEste projeto foi criado para contribuir com o mundo de código aberto e adquirir mais conhecimento com essas ferramentas.\n\n## 🚀 Fork e Contribuição\n\n1.  **Forkando o repositório**\n\n    Fork o repositório e adicione-o como UPSTREAM:\n\n    ```shell\n    $ git remote add upstream https://github.com/ORIGINAL_OWNER/ORIGINAL_REPOSITORY.git\n    ```\n    \n    Para checar o repositório:\n    \n    ```shell\n    $ git remote -v\n    ```\n    \n1.  **Instale as dependências**\n\n    Para instalar as dependencias execute os seguintes comandos abaixo:\n\n    ```shell\n    cd js-docs/\n    yarn install or npm install\n    ```\n    \n1.  **Crie uma branch**\n\n    Navegue até o diretório raiz e inicie-o. Para isso execute:\n\n    ```shell\n    cd js-docs/\n    git checkout -b \u003cadd-your-new-branch-name\u003e\n    For example: git checkout -b feature-xyz\n    ```\n\n1.  **Comece a desenvolver**\n\n    Mude para o diretório do repositório no seu computador (se você ainda não estiver lá):\n\n    ```shell\n    cd js-docs/\n    yarn start or npm start\n    ```\n\n1. **Crie uma nova página**\n\n    Para criar mais uma página sobre conceitos de javascript, leia sobre regras abaixo:\n\n    * Adicione uma nova pasta ao diretório de páginas (pages)\n    * Crie um arquivo `index.js` na nova pasta criada\n    * Crie um `markdown` no diretório de `markdown`\n    \n    _Nota: Lembre-se de ver se já não existe um estilo que você deseja usar. Os estilos principais estão em  `src/styles.js`_\n\n    _Nota 2: Você também deve ver um segundo link: _`http://localhost:8000/___graphql`_. Esta é uma ferramenta que você pode usar para experimentar a consulta de seus dados. Saiba mais sobre como usar esta ferramenta no [Gatsby tutorial](https://www.gatsbyjs.org/tutorial/part-five/#introducing-graphiql)._\n\n1.  **Crie um PR (Pull Request)**\n\n    ```shell\n    Não se esqueça de alinhar o código com a master:\n    $ git pull upstream master\n    Envie Pull Request ao repositório no Github! E seja feliz!\n    ```\n\n1.  **Abra o código fonte e comece a editar!**\n\n    A aplicação estará rodando atraveś do link `http://localhost:8000`!\n\n## 💫 Deploy\n\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/)\n\n## :question: Está com algum problema relacionado ao projeto?\n\n _Crie uma *ISSUE* e detalhe o seu problema, para a comunidade lhe ajudar._\n\n## :question: Está em dúvida do que contribuir?\n\n_[Acesse o KANBAN do projeto, onde você encontrará dicas de tópicos para contribuir!](https://github.com/LeonardoCesca/js-docs/projects/1)_\n\n## 🎓 Autores / Colaboradores\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://github.com/brunormferreira\"\u003e\n        \u003cimg src=\"https://avatars0.githubusercontent.com/u/35575092?s=460\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\n       \u003csub\u003e\u003cb\u003eBruno Ramires\u003c/b\u003e\u003c/sub\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://github.com/LeonardoCesca\"\u003e\n        \u003cimg src=\"https://avatars0.githubusercontent.com/u/22780548?s=460\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\n       \u003csub\u003e\u003cb\u003eLeonardo Cesca\u003c/b\u003e\u003c/sub\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://github.com/LaksCastro\"\u003e\n        \u003cimg src=\"https://avatars2.githubusercontent.com/u/51419598?s=400\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\n       \u003csub\u003e\u003cb\u003eLaks Castro\u003c/b\u003e\u003c/sub\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://github.com/oniag\"\u003e\n        \u003cimg src=\"https://avatars1.githubusercontent.com/u/27209787?s=460\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\n       \u003csub\u003e\u003cb\u003eNiag Alves\u003c/b\u003e\u003c/sub\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://github.com/infinityover\"\u003e\n        \u003cimg src=\"https://avatars2.githubusercontent.com/u/13989817?s=460\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\n       \u003csub\u003e\u003cb\u003ePaulo Belfi\u003c/b\u003e\u003c/sub\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://github.com/bluuesz\"\u003e\n        \u003cimg src=\"https://avatars3.githubusercontent.com/u/51493181?s=460\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\n        \u003csub\u003e\u003cb\u003eWosley V.\u003c/b\u003e\u003c/sub\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://github.com/Soto92\"\u003e\n        \u003cimg src=\"https://avatars1.githubusercontent.com/u/42532817?s=460\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\n       \u003csub\u003e\u003cb\u003eMauricio Soto\u003c/b\u003e\u003c/sub\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://github.com/thiagopaiva99\"\u003e\n        \u003cimg src=\"https://avatars0.githubusercontent.com/u/20430611?s=460\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\n       \u003csub\u003e\u003cb\u003eThiago Galvani\u003c/b\u003e\u003c/sub\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://github.com/brscherer\"\u003e\n        \u003cimg src=\"https://avatars0.githubusercontent.com/u/23034493?s=460\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\n       \u003csub\u003e\u003cb\u003eBruno Scherer\u003c/b\u003e\u003c/sub\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://github.com/RenanSchmitt\"\u003e\n        \u003cimg src=\"https://avatars1.githubusercontent.com/u/26446592?s=460\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\n       \u003csub\u003e\u003cb\u003eRenan Schmitt\u003c/b\u003e\u003c/sub\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://github.com/viniciusgusmao\"\u003e\n        \u003cimg src=\"https://avatars1.githubusercontent.com/u/17680680?s=460\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\n       \u003csub\u003e\u003cb\u003eVinicius Gusmão\u003c/b\u003e\u003c/sub\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://github.com/codder404\"\u003e\n        \u003cimg src=\"https://avatars3.githubusercontent.com/u/39916301?s=400\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\n       \u003csub\u003e\u003cb\u003eFernando dos Santos\u003c/b\u003e\u003c/sub\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://github.com/alinebastos\"\u003e\n        \u003cimg src=\"https://avatars1.githubusercontent.com/u/387470?s=460\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\n       \u003csub\u003e\u003cb\u003eAline Bastos\u003c/b\u003e\u003c/sub\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://github.com/neriGabriel\"\u003e\n        \u003cimg src=\"https://avatars1.githubusercontent.com/u/16361235?s=460\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\n       \u003csub\u003e\u003cb\u003eGabriel Neri\u003c/b\u003e\u003c/sub\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://github.com/AlvaroIsrael\"\u003e\n        \u003cimg src=\"https://avatars1.githubusercontent.com/u/8402007?s=460\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\n       \u003csub\u003e\u003cb\u003eAlvaro Israel\u003c/b\u003e\u003c/sub\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n \u003c/table\u003e\n \n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLeonardoCesca%2Fjs-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FLeonardoCesca%2Fjs-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLeonardoCesca%2Fjs-docs/lists"}