Features: 1) Clarify README instructions on default storefront absence and customization options;
Fixes: 1) Remove outdated `.idea/eVibes.iml` entry from `.gitignore`; 2) Update storefront options in README to reflect current support; Extra: 1) Format adjustments in README for clarity and readability;
This commit is contained in:
parent
d4e33a006e
commit
d34878a829
2 changed files with 3 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -142,7 +142,6 @@ cypress/screenshots/
|
|||
# JetBrains
|
||||
.idea/
|
||||
!.idea/icon.svg
|
||||
!.idea/eVibes.iml
|
||||
!.idea/externalDependencies.xml
|
||||
|
||||
# Microsoft
|
||||
|
|
|
|||
|
|
@ -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-<option: astro, nuxt, remix, svelte, solid, analog >
|
||||
git checkout storefront-<options: nuxt, next, sk, qwik >
|
||||
```
|
||||
|
||||
3. Generate your .env file. Check and confirm the contents afterward.
|
||||
|
|
|
|||
Loading…
Reference in a new issue