A song management web application to store based on Vue.js
A song management web application to store, synchronize and present songs and setlists, based on Vue.js, Firebase and Spectre.css.
SongDrive
A song management web application to store, synchronize and present songs and setlists, based on Vue.js, Firebase and Spectre.css.
SongDrive 1.x is currently in development, if you are looking for SongDrive 0.x, you can download the latest release here.
Features
- Create, edit and delete songs
- Normal and viewport optimized fullscreen view for a single song
- Switch song languages
- Filter songs and setlists on typing and by tags
- Transpose song tuning
- Create, edit and delete setlists
- Rearrange songs in setlists with simple drag and drop
- Presentation view for setlists
- PDF export for songs, setlists and songsheets
- Plain text export for songs, setlists and songsheets
- Hotkey support
Installation
-
Get all files
git clone https://github.com/devmount/SongDrive
-
Install all dependencies using Yarn
cd SongDrive yarn
-
Create an empty file called
config.js
inSongDrive/src
touch src/config.js
-
Log in to your Firebase account and hit the "Create new project" button
-
Enter your new project and click "Add Firebase to your web app"
-
Copy the following code from the code that is shown to your just created
config.js
:export const config = { apiKey: "<your-api-key>", authDomain: "<your-auth-domain>", databaseURL: "<your-database-url>", projectId: "<your-project-id>", storageBucket: "<your-storage-bucket>", messagingSenderId: "<your-messaging-sender-id>" }
-
To create the necessary database structure, go to Database in the left menu of your Firebase dashboard, click on the three dot menu on the upper right corner of the database field and choose Import JSON. In the following file selection dialog, browse for the file
database.json
contained in this repository and import it. -
Either start the development server with hot reload at
localhost:8080
...yarn serve
-
... or create an optimized production build with minification
yarn build
Licence
SongDrive is completely free to use. If you enjoy it, please consider donating via Paypal for further development. :green_heart: