Skip to content

ChilloutMusic/website

Repository files navigation

chilloutmusic website

To start:

$ yarn install

To develop:

$ yarn run dev

To build for production:

$ yarn run build

To lint your code:

$ yarn run lint