Skip to content

Commit

Permalink
docs(readme): update documentation links and project setup basic guide
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed May 8, 2020
1 parent b7808ef commit 727aa3a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
22 changes: 21 additions & 1 deletion .README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,24 @@ stores
> Gerenated from [@ecomplus/storefront-starter](https://github.com/ecomplus/storefront-starter)
:scroll: **[Get started](https://github.com/ecomplus/storefront-starter#getting-started)**
/ [Documentation](https://github.com/ecomplus/storefront-starter#documentation)
/ [Documentation](https://developers.e-com.plus/storefront/)

## Project setup

```
npm i
```

### Compiles and hot-reloads for development

```
npm run serve
```

It starts serving site on http://localhost:9100/.

### Compiles and minifies for production

```
npm run build
```
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ At the end of this process you'll be able to login to CMS at `/admin/` URL using

## Documentation

:page_with_curl: [Storefront Template](https://github.com/ecomplus/storefront/tree/master/@ecomplus/storefront-template#storefront-template) / [CHANGELOG](https://github.com/ecomplus/storefront/tree/master/@ecomplus/storefront-template/CHANGELOG.md)
:page_with_curl: **[Storefront reference](https://developers.e-com.plus/storefront/)** · :pencil: [Customization guide](https://developers.e-com.plus/storefront/docs/customization.html) · [Template changelog](https://github.com/ecomplus/storefront/tree/master/@ecomplus/storefront-template/CHANGELOG.md) · [Forum](https://community.e-com.plus/c/storefront/7) :brazil:

![E-Com Plus Storefront banner](https://repository-images.githubusercontent.com/183649678/1c624a80-3180-11ea-8761-1f45e0f675a5)

Expand Down

0 comments on commit 727aa3a

Please sign in to comment.