Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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