Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Commit

Permalink
Merge pull request #35 from remidej/patch-1
Browse files Browse the repository at this point in the history
Add deprecated warning
  • Loading branch information
markkaylor committed Mar 28, 2022
2 parents 907d115 + 778f05c commit 7028943
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
@@ -1,3 +1,9 @@
**:no_entry: DEPRECATED**

This repository is no longer maintained and only works for Strapi v3. You can find the latest Strapi v4 version of this starter on the [starters-and-templates monorepo](https://github.com/strapi/starters-and-templates/tree/main/packages/starters/gatsby-blog).

---

# Strapi Starter Gatsby Blog

Gatsby starter for creating a blog with Strapi.
Expand Down Expand Up @@ -29,11 +35,7 @@ Pages:
Use our `create-strapi-starter` CLI to create your project.

```sh
# Using Yarn
yarn create strapi-starter my-site gatsby-blog

# Or using NPM
npx create-strapi-starter my-site gatsby-blog
npx create-strapi-starter@3 my-site gatsby-blog
```

The CLI will create a monorepo, install dependencies, and run your project automatically.
Expand Down

1 comment on commit 7028943

@vercel
Copy link

@vercel vercel bot commented on 7028943 Mar 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.