-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |