A free, blockchain based, incentified and decentralized platform for music related digital content such as audio, video, apps, images, and blogging where anyone can join, contribute and get paid $IMU!
imusify's website
Join our Slack Community to interact with members of our dev team and other contributors.
git clone git@github.com:imusify/imusify-web.git # clone this repository
From here you will be able to use make commands assuming npm is already installed.
Assuming you have npm already, Install dependencies
npm install
At this point we should be able to run the app locally. This command Compiles and hot-reloads for development
npm run serve
For production build
npm run build
To fix lint
npm run lint
Run unit tests
npm run test:unit
For e2e tests
npm run test:e2e
Coming soon.
Want to hack on imusify? Awesome!
We welcome contributions of all sorts. There are many ways to help, from reporting issues, contributing code, and helping us improve our community.
Ready to jump in? Then you can find additional information about this specific repository on CONTRIBUTING.
Join our Slack Community to get in touch with our dev team and other contributors.
See Wiki for development guidelines.