Skip to content

Commit

Permalink
feat: update main readmen file
Browse files Browse the repository at this point in the history
  • Loading branch information
field123 authored Oct 31, 2023
1 parent 5daaa85 commit b8abcc2
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
# D2C Starter Kit [WIP]
# Elastic Path Composable Frontend [WIP]

![API First](https://github.com/elasticpath/mason/assets/3082064/8be38417-6b96-4228-ba6e-e5472e049b27)

Composable Frontend is your go-to tooling for Elastic Path storefronts, it accelerates storefront creation, customization, and deployment. Elevate your e-commerce experience with Composable Frontend's powered by [Elastic Path](https://www.elasticpath.com/).

## Setup

Run `pnpm generate` to generate the types for schematic schemas during development
```bash
pnpm install
```

Generate the types for schematic schemas during development
```bash
pnpm generate
```

## What's inside?

Expand All @@ -12,6 +23,6 @@ This turborepo uses [PNPM](https://pnpm.io/) as a package manager.

To build all apps and packages, run the following command:

```
```bash
pnpm build
```
```

0 comments on commit b8abcc2

Please sign in to comment.