Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/saleor/deno-merch

The Deno shop fork using the Saleor API
https://github.com/saleor/deno-merch

deno ecommerce fresh saleor

Last synced: about 2 months ago
JSON representation

The Deno shop fork using the Saleor API

Awesome Lists containing this project

README

        

# Deno Merch, Saleor remix

Fork of the [Deno Merch shop](https://merch.deno.com/) with the
[Saleor API](https://saleor.cloud/).

## Screen Shot

![Screen Shot](./static/screen_shot.png)

## Develop locally

- Clone the repository
- Start the project in local mode:
```bash
deno task start
```

If you want to use different Saleor instance, modify `SALEOR_API` in the `.env`,
follows `.env.example`.

## Deploy to global

Sign in to [dash.deno.com](https://dash.deno.com), create a new project, and
then link to your clone version of the repository.