A fan-made showcase website for The Short List weekly Spotify playlist. Built with Astro.
Check it out at theshortlist-showcase.pages.dev.
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 |