Aucune description

Wesley McCann a643b1dae9 Pretty much finished up layout for home page. Will start work on cleaning up all of the JS files that the home page and its features are dependent on. I will also remove anything obsolete. il y a 9 ans
app a643b1dae9 Pretty much finished up layout for home page. Will start work on cleaning up all of the JS files that the home page and its features are dependent on. I will also remove anything obsolete. il y a 9 ans
.gitignore b345a6c125 Made old songs get likes/dislikes. il y a 9 ans
README.md ff6595d339 No I'm not dead. il y a 9 ans

README.md

##Visit the official website!

http://musare.com/

You can also find us on:

##Does the site not load?

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


    Chrome

    <hr>
    **Firefox**
    

    about:configthen changenetwork.dnsCacheExpirationto0and back to60```


    Windows 7, 8, 10

    <hr>
    **Linux (latest versions)**
    

    sudo /etc/init.d/nscd restart <hr> **Mac OS X Yosemite** sudo discoveryutil mdnsflushcache```


    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!

    ##Get started with development!

    First download Meteor: https://www.meteor.com/

    Then download Git (CLI): https://git-scm.com/

    Once that is done:

    1. Star the repository!
    2. Fork the repository
    3. Clone your forked repo to your local machine

    Navigate to "../app" and run "meteor". Go to localhost:3000 and you're set!