Skip to content

Easily create and rearrange Setlists for live performances

Notifications You must be signed in to change notification settings

johannestretton37/setlist

Repository files navigation

setlister

Easily create setlists for live performances

Build Setup

# install dependencies
yarn install

Development

Serve with hot reload at localhost:8080 This will serve the /api from localhost:8081

# Start server
yarn server
# Start vue app
yarn dev

build for production with minification

yarn run build

build for production and view the bundle analyzer report

yarn run build --report

run unit tests

yarn run unit

run e2e tests

yarn run e2e

run all tests

yarn test

deploy to production

# Add and commit to git, this will automatically run all tests and then build before committing
git add . && git commit -m "<commit message here>"
# If everything succeeds - deploy to firebase
yarn release
# Alternatively deploy to heroku instead
yarn release:heroku

For a detailed explanation on how things work, check out the guide and docs for vue-loader.



About

Easily create and rearrange Setlists for live performances

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages