2022-07-21 11:10:58 +02:00
# DISCLAIMER
SPOTIFY is a registered trademark of Spotify AB. This project is not associated with Spotify AB in any way.
2022-07-21 01:24:22 +02:00
# spotifyplaylistarchive.com
2022-06-29 09:22:55 +02:00
2022-07-21 11:10:58 +02:00
This is the frontend of [spotify-playlist-archive ](https://github.com/mackorone/spotify-playlist-archive ) repository by [mackorone ](https://github.com/mackorone ).
2022-06-29 09:22:55 +02:00
## 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
```
2022-07-21 01:24:22 +02:00
Manually lint code and fix errors:
```bash
npm run lint -- --fix
```
Manually format code:
```bash
npm run prettier-format
```
## License
MIT