Coder Social home page Coder Social logo

musicbox's Introduction

Musicbox

Things You Need First

  • nvm
    • curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.2/install.sh | bash
  • node
    • nvm install

Setup

We are not currently using Docker for this project, so you'll have to install some things yourself. Do like:

  1. Ensure you're using the correct node version

    nvm use

  2. Install packages

    npm install

  3. Copy the env template (replace any ENV variables that need replacing)

    cp .env.template .env

  4. Start the dev server

    npm start

Now your dev server should be up and running. It opens a tab for you automatically! It hot-reloads!

Commands

  • npm start
    • Runs the hot-reload development server
  • npm tsc (or just tsc for newer versions)
    • Runs the typescript compiler. Note that we're using Babel to transpile typescript to javascript, so there's no type checking at runtime. This is both good and bad because your dev server will not explode if you make a type error while developing -- but you'll want to run this occassionally to make sure everything is hunky-dory!
  • npm run lint:fix
    • Runs ESLint, including Prettier. Attempts to correct any errors you make.

Contributing

Thank you for considering to spend some of your life energy in order to make the Musicbox a better thing. Please see CONTRIBUTING.md for details and guidelines.

License

Can you run your own copy of Musicbox on your own servers for your friends? Yes!

Can you sell your rebranded Musicbox to other folks? Please do not!

See LICENSE.txt for details.

Operational Costs

How much money does it cost to make a thing exist on the internet?

See COSTS.md in the musicbox-api repository for details.

musicbox's People

Contributors

trumanshuck avatar dlavin23 avatar shiggiddie avatar sisk avatar dependabot[bot] avatar

Stargazers

Adel Rodríguez avatar

Watchers

James Cloos avatar  avatar

Forkers

duanesevans

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.