Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antoniomrtz/spotifyelectron_web
Spotify Electron website
https://github.com/antoniomrtz/spotifyelectron_web
astrojs css html javascript landing-page spotify-electron
Last synced: 3 days ago
JSON representation
Spotify Electron website
- Host: GitHub
- URL: https://github.com/antoniomrtz/spotifyelectron_web
- Owner: AntonioMrtz
- License: apache-2.0
- Created: 2023-08-25T21:39:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-04T15:13:40.000Z (4 days ago)
- Last Synced: 2025-01-04T15:18:29.689Z (4 days ago)
- Topics: astrojs, css, html, javascript, landing-page, spotify-electron
- Language: Astro
- Homepage: https://antoniomrtz.github.io/SpotifyElectron_Web/
- Size: 6.03 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spotify Electron Web
🎯 A lading page designed to promote the desktop music streaming application [Spotify Electron](https://github.com/AntonioMrtz/SpotifyElectron). Built using [Astro](https://astro.build/).
![Inicio](assets/landing_page.png)
## 🅰️ Astro set up
### ⚒️ Install dependencies
```console
npm i
```### ▶️ Run app development
```console
npm run dev
```### 🎨 Style
```console
npm run format:write
```### ⚒️ Build
```console
npm run build
```## Development set up
### ⚓ Pre-commit
### Set up
```console
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
```console
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