Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.18 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.18 KB

Cuckoo and the Birds

Netlify Status

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.

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

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