# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
Default config is provided in config/default.js
.
To override it create new file config/default.local.js
and export properties you want to change.
Config example:
module.exports = {
LOGO_PATH: '"./assets/custom-logo.png"',
APP_NAME: 'Custom App Name',
};
Copy lyrics example file src/assets/custom/lyrics.json.example
to src/assets/custom/lyrics.json
and follow the example to add lyrics.