diff --git a/.changeset/ten-candles-melt.md b/.changeset/ten-candles-melt.md new file mode 100644 index 00000000000..f9793253929 --- /dev/null +++ b/.changeset/ten-candles-melt.md @@ -0,0 +1,5 @@ +--- + "@primer/react": patch + --- + + Add our react template to the README.md diff --git a/README.md b/README.md index ba5eb7685fd..8eff2efda57 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,10 @@ npm install @primer/react yarn add @primer/react ``` +## Template + +The fastest way make a prototype or try Primer React without setting up a new project is by using our [react template](https://github.com/primer/react-template). + ## Roadmap You can track our roadmap progress in the [Roadmap Project Board](https://github.com/primer/react/projects/3), see more detail in the [quarterly planning Discussions](https://github.com/primer/react/discussions?discussions_q=%5BRoadmap%5D), and find a [list of all the current epic tracking issues](https://github.com/primer/react/discussions/997).