From b8abcc215f29ac8bdedc4ce71a21455f6d3c3b63 Mon Sep 17 00:00:00 2001 From: Robert Field Date: Tue, 31 Oct 2023 10:32:29 +0100 Subject: [PATCH] feat: update main readmen file --- README.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 73e26518..229c2253 100644 --- a/README.md +++ b/README.md @@ -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? @@ -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 -``` \ No newline at end of file +```