Cuckoo and the Birds is a Chicago rock band who play sad songs that flirt with harmonies. For booking inquiries, please contact cuckooandthebirds@gmail.com.
If you're curious to run this app locally, feel free to clone this. After a fresh npm install
you can serve the development version of the app by running npm run serve
.
This application is configured to run linting in a pre-commit hook.
To check for linting violations, simply run npm run lint:check
. To fix them, run npm run lint:fix