# Gatsby Theme Notes Starter Recipe [Gatsby theme notes](https://www.gatsbyjs.org/packages/gatsby-theme-notes) is a great theme for adding learning notes to your site. This recipe: --- Installs necessary NPM package. --- Installs the `gatsby-theme-notes` plugin in `gatsby-config.js`. --- Adds a note. --- After installing this recipe, you can use your site for notetaking. When you've finished installing the recipe, run `gatsby develop` and check out `http://localhost:8000/notes` for the list of notes. ---