|
@@ -1,6 +1,28 @@
|
|
|
-# `medusa-starter-sqlite`
|
|
|
-
|
|
|
-This repo provides the skeleton to get you started with using Medusa. Follow the steps below to get ready.
|
|
|
+<p align="center">
|
|
|
+ <a href="https://www.medusa-commerce.com">
|
|
|
+ <img alt="Medusa" src="https://user-images.githubusercontent.com/7554214/129161578-19b83dc8-fac5-4520-bd48-53cba676edd2.png" width="100" />
|
|
|
+ </a>
|
|
|
+</p>
|
|
|
+<h1 align="center">
|
|
|
+ Medusa Starter Default
|
|
|
+</h1>
|
|
|
+<p align="center">
|
|
|
+This repo provides the skeleton to get you started with using <a href="https://github.com/medusajs/medusa">Medusa</a>. Follow the steps below to get ready.
|
|
|
+</p>
|
|
|
+<p align="center">
|
|
|
+ <a href="https://github.com/medusajs/medusa/blob/master/LICENSE">
|
|
|
+ <img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="Medusa is released under the MIT license." />
|
|
|
+ </a>
|
|
|
+ <a href="https://github.com/medusajs/medusa/blob/master/CONTRIBUTING.md">
|
|
|
+ <img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat" alt="PRs welcome!" />
|
|
|
+ </a>
|
|
|
+ <a href="https://discord.gg/xpCwq3Kfn8">
|
|
|
+ <img src="https://img.shields.io/badge/chat-on%20discord-7289DA.svg" alt="Discord Chat" />
|
|
|
+ </a>
|
|
|
+ <a href="https://twitter.com/intent/follow?screen_name=medusajs">
|
|
|
+ <img src="https://img.shields.io/twitter/follow/medusajs.svg?label=Follow%20@medusajs" alt="Follow @medusajs" />
|
|
|
+ </a>
|
|
|
+</p>
|
|
|
|
|
|
## Prerequisites
|
|
|
This starter has minimal prerequisites and most of these will usually already be installed on your computer.
|
|
@@ -43,3 +65,20 @@ After the seed script has run you will have the following things in you database
|
|
|
|
|
|
Visit [docs.medusa-commerce.com](https://docs.medusa-comerce.com) for further guides.
|
|
|
|
|
|
+<p>
|
|
|
+ <a href="https://www.medusa-commerce.com">
|
|
|
+ Website
|
|
|
+ </a>
|
|
|
+ |
|
|
|
+ <a href="https://medusajs.notion.site/medusajs/Medusa-Home-3485f8605d834a07949b17d1a9f7eafd">
|
|
|
+ Notion Home
|
|
|
+ </a>
|
|
|
+ |
|
|
|
+ <a href="https://twitter.com/intent/follow?screen_name=medusajs">
|
|
|
+ Twitter
|
|
|
+ </a>
|
|
|
+ |
|
|
|
+ <a href="https://docs.medusa-commerce.com">
|
|
|
+ Docs
|
|
|
+ </a>
|
|
|
+</p>
|