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 +```