|
@@ -1,33 +1,34 @@
|
|
|
-##Visit the official website!
|
|
|
-
|
|
|
-### https://musare.com/
|
|
|
+# [Musare](http://musare.com)
|
|
|
+> A modern, open-source, collaborative music app
|
|
|
|
|
|
You can also find us on:
|
|
|
* Twitter: https://twitter.com/musareapp
|
|
|
|
|
|
-##Get started with development!
|
|
|
+## Contributing
|
|
|
+
|
|
|
+#### Prerequisites
|
|
|
|
|
|
-First download Meteor: https://www.meteor.com/
|
|
|
-Then download Git (CLI): https://git-scm.com/
|
|
|
+- [Meteor](https://www.meteor.com/)
|
|
|
+- [Git (CLI)](https://git-scm.com/)
|
|
|
|
|
|
-Get your favourite code-editor out and follow the following steps to start contributing:
|
|
|
-1. Star the repository!
|
|
|
-2. Fork the repository to your account
|
|
|
-3. Clone your forked repo to your local machine using ```git clone https://github.com/[YourUserName]/Musare.git```
|
|
|
+#### Getting Started
|
|
|
|
|
|
-Navigate to "../app" and run ```meteor```. This will run a local instance of Musare on ```localhost:3000```.
|
|
|
+1. Fork the repository to your account.
|
|
|
+2. Clone your forked repo to your local machine using
|
|
|
+```git clone https://github.com/<username>/Musare.git```.
|
|
|
+3. Navigate to the `app` directory using `cd app`.
|
|
|
+4. Run `meteor` which will start a local instance of Musare on ```localhost:3000```.
|
|
|
|
|
|
-There you go, you're set to start coding!
|
|
|
+## Does the site not load?
|
|
|
|
|
|
-##Does the site not load?
|
|
|
+#### Try these methods first before reporting an issue:
|
|
|
|
|
|
-Try these methods first before reporting an issue:
|
|
|
+1. Refresh page or restart browser.
|
|
|
+2. Turn off all extensions.
|
|
|
+3. Clear cookies and cache.
|
|
|
+4. Update browser or try another (Chrome, Firefox).
|
|
|
+5. Flush browser DNS/Sockets and IP DNS.
|
|
|
|
|
|
-1. Refresh page or restart browser
|
|
|
-2. Turn off all extensions
|
|
|
-3. Clear cookies and cache
|
|
|
-4. Update browser or try another (Chrome, Firefox)
|
|
|
-5. Flush browser DNS/Sockets and IP DNS
|
|
|
<hr>
|
|
|
**Chrome**
|
|
|
```chrome://net-internals/#dns``` and ```chrome://net-internals/#sockets```
|
|
@@ -45,8 +46,9 @@ Try these methods first before reporting an issue:
|
|
|
```sudo discoveryutil mdnsflushcache```
|
|
|
<hr>
|
|
|
|
|
|
-This did not fix your issue? or you're still not satisfied? Just create a issue ticket at:
|
|
|
-https://github.com/AkiraLaine/musare/issues
|
|
|
-Be sure to be as detailed as possible!
|
|
|
+#### Still having issues?
|
|
|
+
|
|
|
+Just create an issue ticket at:
|
|
|
+https://github.com/musare/musare/issues and be sure to be as detailed as possible!
|
|
|
|
|
|
-We are protected by [](https://cla-assistant.io/Musare/Musare) so if you want to contribute please accept these terms, if you do not your pull request will be denied.
|
|
|
+We are protected by [](https://cla-assistant.io/Musare/Musare) so if you want to contribute, please accept these terms. If you do not, your pull request will be denied.
|