[READ-ONLY] Mirror of https://github.com/andrioid/jamstack-example. https://andri.dk/blog/2021/deploy-static-websites-anywhere
0

Configure Feed

Select the types of activity you want to include in your feed.

updating the readme

+2 -53
+2 -53
README.md
··· 1 - <p align="center"> 2 - <a href="https://www.gatsbyjs.com/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter"> 3 - <img alt="Gatsby" src="https://www.gatsbyjs.com/Gatsby-Monogram.svg" width="60" /> 4 - </a> 5 - </p> 6 - <h1 align="center"> 7 - Gatsby minimal starter 8 - </h1> 9 - 10 - ## 🚀 Quick start 11 - 12 - 1. **Create a Gatsby site.** 13 - 14 - Use the Gatsby CLI to create a new site, specifying the minimal starter. 15 - 16 - ```shell 17 - # create a new Gatsby site using the minimal starter 18 - npm init gatsby 19 - ``` 20 - 21 - 2. **Start developing.** 22 - 23 - Navigate into your new site’s directory and start it up. 1 + # [Jamstack Example](https://andri.dk/blog/2021/deploy-static-websites-anywhere) 24 2 25 - ```shell 26 - cd my-gatsby-site/ 27 - npm run develop 28 - ``` 29 - 30 - 3. **Open the code and start customizing!** 31 - 32 - Your site is now running at http://localhost:8000! 33 - 34 - Edit `src/pages/index.js` to see your site update in real-time! 35 - 36 - 4. **Learn more** 37 - 38 - - [Documentation](https://www.gatsbyjs.com/docs/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter) 39 - 40 - - [Tutorials](https://www.gatsbyjs.com/tutorial/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter) 41 - 42 - - [Guides](https://www.gatsbyjs.com/tutorial/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter) 43 - 44 - - [API Reference](https://www.gatsbyjs.com/docs/api-reference/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter) 45 - 46 - - [Plugin Library](https://www.gatsbyjs.com/plugins?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter) 47 - 48 - - [Cheat Sheet](https://www.gatsbyjs.com/docs/cheat-sheet/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter) 49 - 50 - ## 🚀 Quick start (Gatsby Cloud) 51 - 52 - Deploy this starter with one click on [Gatsby Cloud](https://www.gatsbyjs.com/cloud/): 53 - 54 - [<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-minimal) 3 + This is a companion repo to my blog post. File an issue if you have any problems following the guide.