Skip to content

Commit

Permalink
- updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
s4kibs4mi committed Sep 30, 2022
1 parent 828c26c commit 561c913
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
# Saaremaa Storefront

Shopeema based e-learning storefront template, built using NextJs.

## Data Sources

This project has been designed to support any data source, under the `core/` folder you can find the models and service
structure.
Shopeema based e-course storefront template, built using NextJs.

### Shopemaa

Shopemaa is a SaaS headless eCommerce platform that supports selling physical and digital product.

## Template

This project uses [Mudana](https://www.wowthemes.net/mundana-free-html-bootstrap-template/) to achieve the medium style
blog.

## Getting Started

### Install dependencies
Expand All @@ -24,3 +14,13 @@ blog.
$ git@github.com:s4kibs4mi/saaremaa-storefront.git
$ yarn install
```

### Environment variables

Create a file named .env or .env.local, then put

```bash
NEXT_PUBLIC_URL=https://api.shopemaa.com
NEXT_PUBLIC_APP_KEY={your_store_app_key}
NEXT_PUBLIC_APP_SECRET={your_store_app_secret}
```

0 comments on commit 561c913

Please sign in to comment.