Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month ago
JSON representation
The Deno shop fork using the Saleor API
- Host: GitHub
- URL: https://github.com/saleor/deno-merch
- Owner: saleor
- Fork: true (denoland/merch)
- Created: 2022-08-16T12:13:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-09T13:56:17.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T15:19:41.532Z (4 months ago)
- Topics: deno, ecommerce, fresh, saleor
- Language: TypeScript
- Homepage: https://saleor-deno-merch.deno.dev/
- Size: 3.84 MB
- Stars: 32
- Watchers: 1
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-deno - Saleor Deno Merch - A fork of the original Deno Merch e-commerce website, rebuilt with [Saleor](https://github.com/saleor/saleor). (Showcases / XML)
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.