diff --git a/.gitignore b/.gitignore index 5ab8ed22..b7514e2c 100644 --- a/.gitignore +++ b/.gitignore @@ -142,7 +142,6 @@ cypress/screenshots/ # JetBrains .idea/ !.idea/icon.svg -!.idea/eVibes.iml !.idea/externalDependencies.xml # Microsoft diff --git a/README.md b/README.md index 1c2d347e..5eacae06 100644 --- a/README.md +++ b/README.md @@ -44,10 +44,11 @@ extension. cd eVibes ``` -2. Choose the storefront. By default, `main` branch has Astro one. Skip this step if you're OK with Astro. +2. Choose the storefront. By default, `main` branch has no storefront included. +Skip this step if you're OK with that and plan to only use API or develop your own storefront. ```bash - git checkout storefront- + git checkout storefront- ``` 3. Generate your .env file. Check and confirm the contents afterward.