Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 209 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 209 Bytes

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