/tutorial-template

Template for Repositories of Tutorials on Our Blog

This repository is the codebase of tutorial Tutorial Name.

Medusa Documentation | Medusa Website | Medusa Repository

Medusa Version

This tutorial uses Medusa v. It is not guaranteed that it will work with future releases.

Prerequisites

How to Install

You may change these steps per your article.

  1. Clone this repository:
git clone <url>
  1. Change directory and install dependencies:
cd <directory>
npm install
  1. Start Server:
npm start

Other Resources

If any other resources in our documentation or other documentations are relevant to the tutorial, add them here.