# spotifyplaylistarchive.com This is the official website of [spotify-playlist-archive](https://github.com/mackorone/spotify-playlist-archive) project by [mackorone](https://github.com/mackorone). ## Setup Make sure to install the dependencies: ```bash # yarn yarn install # npm npm install # pnpm pnpm install --shamefully-hoist ``` ## Development Server Start the development server on http://localhost:3000 ```bash npm run dev ``` ## Production Build the application for production: ```bash npm run build ``` Locally preview production build: ```bash npm run preview ``` Manually lint code and fix errors: ```bash npm run lint -- --fix ``` Manually format code: ```bash npm run prettier-format ``` ## License MIT