Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
add Troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
tkostuch committed Apr 22, 2020
1 parent 26b119d commit cfddab6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ To be able to use new Default theme in your Vue Storefront installation, you nee

1. That’s all! Now after opening your development server (http://localhost:3000 by default) you should see Vue Storefront with Default theme! 🎉

## Troubleshooting
After `git submodule add -b master [email protected]:DivanteLtd/vsf-default.git src/themes/default` you see message:
`'src/themes/default' already exists in the index`

That is shown because directory already exist or if you removed it then you need to remove it from git index `git rm --cached src/themes/default`

## The screenshots

<img width="880" alt="Vue Storefront - Annimations in the sidebar cart" src="https://user-images.githubusercontent.com/18116406/33559769-2840fb70-d90e-11e7-8f2b-298f35d1b412.gif">
Expand Down

0 comments on commit cfddab6

Please sign in to comment.