spotifyplaylistarchive.com/README.md

61 lines
854 B
Markdown
Raw Normal View History

# DISCLAIMER
SPOTIFY is a registered trademark of Spotify AB. This project is not associated with Spotify AB in any way.
# spotifyplaylistarchive.com
2022-06-29 09:22:55 +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
```
Manually lint code and fix errors:
```bash
npm run lint -- --fix
```
Manually format code:
```bash
npm run prettier-format
```
## License
MIT