Skip to content

Commit f46a3f4

Browse files
committed
🐛 (README) update README.md
Closes #5
1 parent 7ebf2b3 commit f46a3f4

File tree

2 files changed

+23
-22
lines changed

2 files changed

+23
-22
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 Ruben Harutyunyan
3+
Copyright (c) 2020 Siddharth Rawat
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+22-21
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,51 @@
1-
<!-- AUTO-GENERATED-CONTENT:START (STARTER) -->
21
<p align="center">
3-
<a href="https://www.gatsbyjs.org">
4-
<img alt="Gatsby" src="https://www.gatsbyjs.org/monogram.svg" width="60" />
2+
<a href="https://sydrawat.netlify.app">
3+
<img alt="sydrawat" src="./src/images/stickie.svg" width="60" />
54
</a>
65
</p>
76
<h1 align="center">
8-
Gatsby's default starter
7+
sydrawat
98
</h1>
109

11-
[![Netlify Status](https://api.netlify.com/api/v1/badges/d6bfe026-2092-462a-99c7-45efeec9eca0/deploy-status)](https://app.netlify.com/sites/sydrawat/deploys)
10+
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
1211

13-
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+
[![Netlify Status](https://api.netlify.com/api/v1/badges/d6bfe026-2092-462a-99c7-45efeec9eca0/deploy-status)](https://app.netlify.com/sites/sydrawat/deploys)
1413

15-
_Have another more specific idea? You may want to check out our vibrant collection of [official and community-created starters](https://www.gatsbyjs.org/docs/gatsby-starters/)._
14+
This is my personal `profile cum blog` where I write down my thought and notes about the interisting stuff I'm learning about the web everyday!
1615

1716
## 🚀 Quick start
1817

19-
1. **Create a Gatsby site.**
20-
21-
Use the Gatsby CLI to create a new site, specifying the default starter.
18+
1. **Clone the repo**
2219

2320
```shell
24-
# create a new Gatsby site using the default starter
25-
gatsby new my-default-starter https://github.com/gatsbyjs/gatsby-starter-default
21+
git clone https://github.com/sydrawat/sydrawat.git
2622
```
2723

28-
1. **Start developing.**
24+
2. **Install dependencies**
2925

30-
Navigate into your new site’s directory and start it up.
26+
Navigate into the site’s directory and install the dependencies.
3127

3228
```shell
33-
cd my-default-starter/
34-
gatsby develop
29+
yarn
3530
```
3631

37-
1. **Open the source code and start editing!**
32+
3. **Start developing.**
33+
34+
```shell
35+
cd sydrawat/
36+
yarn develop
37+
```
3838

39-
Your site is now running at `http://localhost:8000`!
39+
4. **View your site!**
4040

41-
_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.org/tutorial/part-five/#introducing-graphiql)._
41+
The site is now running at `http://localhost:8000`!
4242

43-
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!
43+
_Note: You'll also see a second link:_`http://localhost:8000/___graphql`_. This is the GraphiQL tool you can use to experiment with querying your data. Learn more about using this tool in the [Gatsby tutorial](https://www.gatsbyjs.org/tutorial/part-five/#introducing-graphiql)._
4444
4545
## Acknowledgements
4646
47-
- Tania Rascia - Complete inspiration from [taniarascia.com](https://taniarascia.com) : [repo](https://github.com/taniarascia/taniarascia)
47+
- Ruben Harutyunyan - [Gatsby Advanced Starter](https://github.com/Vagr9K/gatsby-advanced-starter/tree/master/content)
48+
- Tania Rascia - Complete inspiration from [taniarascia.com](https://taniarascia.com) : [source](https://github.com/taniarascia/taniarascia)
4849
- Muhammad Muhsin - [Using React Context API with Gatsby](https://www.gatsbyjs.org/blog/2019-01-31-using-react-context-api-with-gatsby/)
4950
- Thomas Wang - [How to convert an existing Gatsby blog to use MDX](https://www.gatsbyjs.org/blog/2019-11-21-how-to-convert-an-existing-gatsby-blog-to-use-mdx/)
5051

0 commit comments

Comments
 (0)