diff --git a/docs/content/storefront/roadmap.mdx b/docs/content/storefront/roadmap.mdx index da35d6fdf6..d266aba726 100644 --- a/docs/content/storefront/roadmap.mdx +++ b/docs/content/storefront/roadmap.mdx @@ -12,7 +12,7 @@ In this document, you’ll learn about the different resources you need and the ## Overview -Although Medusa provides a Next.js Starter Template, you have full freedom in how you choose to build your storefront. This includes anything from what framework you choose to what functionalities you choose to include. +Although Medusa provides a [Next.js Starter Template](../starters/nextjs-medusa-starter.mdx), you have full freedom in how you choose to build your storefront. This includes anything from what framework you choose to what functionalities you choose to include. This guide provides a roadmap that can guide you into how you can build your own storefront, regardless of what tools you’re using. @@ -36,11 +36,11 @@ In the store how-to guides that are available throughout the documentation, you Your Medusa backend uses Cross-Origin Resource Sharing (CORS) to ensure that only the hosts you specify can access your backend’s resources. Make sure to set your Medusa backend’s `store_cors` option to your storefront’s URL. -During development, its value would typically be something like `localhost:8000` or any other port you’re using. For production, its value would be the public URL of the storefront. To make the development process easier, you can manage that using environment variables. +During development, its value would typically be something like `localhost:8000` or any other port you’re using for your storefront project. For production, its value would be the public URL of the storefront. To make the development process easier, you can manage that using environment variables. +After creating the publishable API key and associating it with sales channels, you can pass it in the header of your requests to Store API endpoints. +