Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.17 KB

README.md

File metadata and controls

30 lines (17 loc) · 1.17 KB

Cuckoo and the Birds

Cuckoo and the Birds is a Chicago rock band who play sad songs that flirt with harmonies. For booking inquiries, please contact [email protected].

Links

Music

Social Media

Development

Running the App

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.

Linting

To check for linting violations, simply run npm run lint:check. To fix them, run npm run lint:fix

Previous Iterations

  1. The first iteration of this website was built with Nuxt and Vue. I pivoted away from this stack because I wanted to use React which I use it regularly at work.