Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 547 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 547 Bytes

tasteful

The best online music community.

If you'd like to learn more about tasteful, please visit the website. Do note that this repository's code may not always necessarily reflect the current state of the website, but all will be push to production in due time.

Building from source

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate