https://github.com/nanda-gopal-sb/custom-wrapped
A simple app that allows you to make your own Spotify Wrapped
https://github.com/nanda-gopal-sb/custom-wrapped
css html js json vanilla-js vite wrapped
Last synced: about 1 month ago
JSON representation
A simple app that allows you to make your own Spotify Wrapped
- Host: GitHub
- URL: https://github.com/nanda-gopal-sb/custom-wrapped
- Owner: nanda-gopal-sb
- License: other
- Created: 2024-12-13T16:58:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-13T14:53:29.000Z (over 1 year ago)
- Last Synced: 2025-09-15T07:27:29.581Z (9 months ago)
- Topics: css, html, js, json, vanilla-js, vite, wrapped
- Language: CSS
- Homepage: https://nanda-gopal-sb.github.io/custom-wrapped/
- Size: 7.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# Custom Wrapped
Custom Wrapped is a project that allows users to create their own Spotify Wrapped by editing the text.json file in the src directory. The text can be plain text or valid HTML.
## Getting Started
To get started with Custom Wrapped, follow these steps:
1. Clone the repository:
```
git clone https://github.com/nanda-gopal-sb/custom-wrapped.git
```
2. Navigate to the project directory:
```
cd custom-wrapped
```
3. Open the text.json file located in the src directory and edit the content as needed. You can use plain text or valid HTML.
## Usage
* To only run the project in localhost:
```
npm run dev
```
* To deploy on github pages:
```
npm run deploy
```