Skip to content

Commit

Permalink
chore: dev instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanrajh committed Dec 19, 2023
1 parent 506c2a0 commit c6dfc68
Showing 1 changed file with 27 additions and 3 deletions.
30 changes: 27 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,32 @@
# Shopware Design Portal

An instance of the `shopware/developer-documentation-vitepress`, as is `shopware/developer-portal`, dedicated for Designers.
An instance of the `shopware/developer-documentation-vitepress`, as is `shopware/developer-portal`, dedicated for
Designers.

## See

- [https://github.com/vuejs/vitepress](˙vuejs/vitepress˙) - SSR framework for the documentation
- [https://github.com/shopware/developer-documentation-vitepress](˙shopware/developer-documentation-vitepress˙) - Shopware specific config, design and components
-
- [https://github.com/shopware/developer-documentation-vitepress](˙shopware/developer-documentation-vitepress˙) -
Shopware specific config, design and components

## Develop

Checkout `shopware-design` repository:

```bash
cd /www/
git clone [email protected]:shopware/design-portal.git
cd /www/design-portal
```

Install pnpm dependencies:

```bash
pnpm i
```

Run local webserver:

```bash
pnpm dev
```

0 comments on commit c6dfc68

Please sign in to comment.