Skip to content

Commit 7c8b8fc

Browse files
authored
[Feature] Update the README.md with the necessary information
Merge pull request #21 from ufrpe-devs/feature/readme-adjustments
2 parents d680786 + da62f93 commit 7c8b8fc

2 files changed

Lines changed: 9 additions & 35 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,6 @@ yarn-error.log
6767
.pnp.js
6868
# Yarn Integrity file
6969
.yarn-integrity
70+
71+
.next
72+
out

README.md

Lines changed: 6 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,20 @@
1-
<!-- AUTO-GENERATED-CONTENT:START (STARTER) -->
2-
<p align="center">
3-
<a href="https://www.gatsbyjs.com">
4-
<img alt="Gatsby" src="https://www.gatsbyjs.com/Gatsby-Monogram.svg" width="60" />
5-
</a>
6-
</p>
7-
<h1 align="center">
8-
Gatsby's default starter
9-
</h1>
1+
# ufrpe-devs.github.io
102

11-
Kick off your project with this default boilerplate. This starter ships with the main Gatsby configuration files you might need to get up and running blazing fast with the blazing fast app generator for React.
12-
13-
_Have another more specific idea? You may want to check out our vibrant collection of [official and community-created starters](https://www.gatsbyjs.com/docs/gatsby-starters/)._
3+
[![UFRPE Devs badge](https://raw.githubusercontent.com/ufrpe-devs/comunidade/main/media/ufrpe-devs-badge.svg)](https://github.com/ufrpe-devs/comunidade)
4+
[![Ufrpe Devs Discord Server](https://img.shields.io/discord/678334713919832100?logo=discord)](https://discord.gg/xeEaKKG)
145

156
## 🚀 Quick start
167

17-
1. **Create a Gatsby site.**
18-
19-
Use the Gatsby CLI ([install instructions](https://www.gatsbyjs.com/docs/tutorial/part-0/#gatsby-cli)) to create a new site, specifying the default starter.
8+
1. **Install the dependencies**
209

2110
```shell
22-
# create a new Gatsby site using the default starter
23-
gatsby new my-default-starter https://github.com/gatsbyjs/gatsby-starter-default
11+
npm install
2412
```
2513

2614
1. **Start developing.**
2715

28-
Navigate into your new site’s directory and start it up.
29-
3016
```shell
31-
cd my-default-starter/
32-
gatsby develop
17+
npm start
3318
```
3419

3520
1. **Open the source code and start editing!**
@@ -38,13 +23,6 @@ _Have another more specific idea? You may want to check out our vibrant collecti
3823

3924
_Note: You'll also see a second link: _`http://localhost:8000/___graphql`_. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the [Gatsby tutorial](https://www.gatsbyjs.com/tutorial/part-five/#introducing-graphiql)._
4025
41-
Open the `my-default-starter` directory in your code editor of choice and edit `src/pages/index.js`. Save your changes and the browser will update in real time!
42-
43-
## 🚀 Quick start (Gatsby Cloud)
44-
45-
Deploy this starter with one click on [Gatsby Cloud](https://www.gatsbyjs.com/cloud/):
46-
47-
[<img src="https://www.gatsbyjs.com/deploynow.svg" alt="Deploy to Gatsby Cloud">](https://www.gatsbyjs.com/dashboard/deploynow?url=https://github.com/gatsbyjs/gatsby-starter-default)
4826
4927
## 🧐 What's inside?
5028

@@ -96,10 +74,3 @@ Looking for more guidance? Full documentation for Gatsby lives [on the website](
9674
9775
- **To dive straight into code samples, head [to our documentation](https://www.gatsbyjs.com/docs/).** In particular, check out the _Guides_, _API Reference_, and _Advanced Tutorials_ sections in the sidebar.
9876
99-
## 💫 Deploy
100-
101-
[Build, Deploy, and Host On The Only Cloud Built For Gatsby](https://www.gatsbyjs.com/products/cloud/)
102-
103-
Gatsby Cloud is an end-to-end cloud platform specifically built for the Gatsby framework that combines a modern developer experience with an optimized, global edge network.
104-
105-
<!-- AUTO-GENERATED-CONTENT:END -->

0 commit comments

Comments
 (0)