|
1 |
| -<!-- AUTO-GENERATED-CONTENT:START (STARTER) --> |
2 | 1 | <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" /> |
5 | 4 | </a>
|
6 | 5 | </p>
|
7 | 6 | <h1 align="center">
|
8 |
| - Gatsby's default starter |
| 7 | + sydrawat |
9 | 8 | </h1>
|
10 | 9 |
|
11 |
| -[](https://app.netlify.com/sites/sydrawat/deploys) |
| 10 | +[](https://opensource.org/licenses/MIT) |
12 | 11 |
|
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 | +[](https://app.netlify.com/sites/sydrawat/deploys) |
14 | 13 |
|
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! |
16 | 15 |
|
17 | 16 | ## 🚀 Quick start
|
18 | 17 |
|
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** |
22 | 19 |
|
23 | 20 | ```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 |
26 | 22 | ```
|
27 | 23 |
|
28 |
| -1. **Start developing.** |
| 24 | +2. **Install dependencies** |
29 | 25 |
|
30 |
| - Navigate into your new site’s directory and start it up. |
| 26 | + Navigate into the site’s directory and install the dependencies. |
31 | 27 |
|
32 | 28 | ```shell
|
33 |
| - cd my-default-starter/ |
34 |
| - gatsby develop |
| 29 | + yarn |
35 | 30 | ```
|
36 | 31 |
|
37 |
| -1. **Open the source code and start editing!** |
| 32 | +3. **Start developing.** |
| 33 | + |
| 34 | + ```shell |
| 35 | + cd sydrawat/ |
| 36 | + yarn develop |
| 37 | + ``` |
38 | 38 |
|
39 |
| - Your site is now running at `http://localhost:8000`! |
| 39 | +4. **View your site!** |
40 | 40 |
|
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`! |
42 | 42 |
|
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)._ |
44 | 44 |
|
45 | 45 | ## Acknowledgements
|
46 | 46 |
|
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) |
48 | 49 | - Muhammad Muhsin - [Using React Context API with Gatsby](https://www.gatsbyjs.org/blog/2019-01-31-using-react-context-api-with-gatsby/)
|
49 | 50 | - 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/)
|
50 | 51 |
|
|
0 commit comments