Skip to content

Commit ba4744b

Browse files
authored
Merge pull request #132 from medusajs/chore/update-readme
Update README.md
2 parents b4ae65c + 88c63f3 commit ba4744b

File tree

1 file changed

+21
-10
lines changed

1 file changed

+21
-10
lines changed

README.md

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<p align="center">
22
<a href="https://www.medusajs.com">
3-
<img alt="Medusa" src="https://user-images.githubusercontent.com/7554214/153162406-bf8fd16f-aa98-4604-b87b-e13ab4baf604.png" width="100" />
3+
<picture>
4+
<source media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/59018053/229103275-b5e482bb-4601-46e6-8142-244f531cebdb.svg">
5+
<source media="(prefers-color-scheme: light)" srcset="https://user-images.githubusercontent.com/59018053/229103726-e5b529a3-9b3f-4970-8a1f-c6af37f087bf.svg">
6+
<img alt="Medusa logo" src="https://user-images.githubusercontent.com/59018053/229103726-e5b529a3-9b3f-4970-8a1f-c6af37f087bf.svg">
7+
</picture>
48
</a>
59
</p>
610

@@ -13,9 +17,6 @@ Medusa is an open-source headless commerce engine that enables developers to cre
1317
</p>
1418

1519
<p align="center">
16-
<a href="https://github.com/medusajs/medusa/blob/master/LICENSE">
17-
<img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="Medusa is released under the MIT license." />
18-
</a>
1920
<a href="https://github.com/medusajs/medusa/blob/master/CONTRIBUTING.md">
2021
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat" alt="PRs welcome!" />
2122
</a>
@@ -31,24 +32,34 @@ Medusa is an open-source headless commerce engine that enables developers to cre
3132
3233
# Overview
3334

34-
![next-starter](https://user-images.githubusercontent.com/45367945/182571697-a68c502f-5844-4eea-8735-7683f775ac8b.png)
35-
3635
The Medusa Next.js Starter is built with:
37-
3836
- [Next.js](https://nextjs.org/)
3937
- [Tailwind CSS](https://tailwindcss.com/)
4038
- [Typescript](https://www.typescriptlang.org/)
4139
- [Medusa](https://medusajs.com/)
4240

41+
Features include:
42+
- Full e-commerce support
43+
- Next.js 13
44+
- Customer Accounts
45+
- Search with Algolia
46+
- Checkout with PayPal and Stripe
47+
- App Router (coming soon)
48+
- [Product Module](https://docs.medusajs.com/modules/products/serverless-module) support (coming soon)
49+
4350
# Quickstart
4451

45-
## Deploy in 5 minutes
52+
## Deploy
53+
54+
55+
### Deploy with Vercel
56+
To get started, click the "Deploy with Vercel" button below.
4657

47-
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/medusajs/nextjs-starter-medusa)
58+
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fmedusajs%2Fnextjs-starter-medusa&env=NEXT_PUBLIC_MEDUSA_BACKEND_URL&envDescription=The%20URL%20of%20your%20Medusa%20server&envLink=https%3A%2F%2Fdocs.medusajs.com%2Fdeployments%2Fserver%2F&demo-title=Medusa%20Next.js%20Starter&demo-description=A%20fully-fledged%20e-commerce%20store%20with%20Next.js%20and%20Medusa&demo-url=https%3A%2F%2Fnext.medusajs.com&demo-image=https%3A%2F%2Fmedusa-server-testing.s3.amazonaws.com%2FCleanShot%2B2023-06-22%2Bat%2B09.00.53%25402x-1687417264472.png&skippable-integrations=1)
4859

4960
## Setting up the environment variables
5061

51-
Navigate into your projects directory and get your enviroment variables ready:
62+
Navigate into your projects directory and get your environment variables ready:
5263

5364
```shell
5465
cd nextjs-starter-medusa/

0 commit comments

Comments
 (0)