Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 1.01 KB

README.md

File metadata and controls

61 lines (42 loc) · 1.01 KB

Spotify Electron Web

🎯 A lading page designed to promote the desktop music streaming application Spotify Electron. Built using Astro.

Inicio

🅰️ Astro set up

⚒️ Install dependencies

npm i

▶️ Run app development

npm run dev

🎨 Style

npm run format:write

⚒️ Build

npm run build

Development set up

⚓ Pre-commit

Set up

python -m venv venv &&
source venv/bin/activate &&
pip install -r requirements.txt &&
pre-commit install &&
pre-commit install --hook-type commit-msg

Run on all files

pre-commit run --all-files

🧩 Extensions (VSCode)

  1. Open the project Backend or Frontend (each one has its own recommended extensions)
  2. Go to extensions section on sidebar
  3. Select filter extensions
  4. Recommended
  5. Workspace recommended
  6. Install workspace recommended