Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.05 KB

README.md

File metadata and controls

20 lines (15 loc) · 1.05 KB

The Short List Showcase

A fan-made showcase website for The Short List weekly Spotify playlist. Built with Astro.

Check it out at theshortlist-showcase.pages.dev.

Commands

All commands are run from the root of the project:

Command Action
npm install Installs dependencies
npm run setup:icons Processes icons using SVGO
npm run sync Syncs local data using Spotify API
npm run dev Starts local dev server at localhost:3000
npm run build Builds out production site to ./dist/
npm run preview Starts local preview of build
npm run astro ... Run CLI commands like astro add, astro check
npm run astro --help Get help using the Astro CLI