- nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.2/install.sh | bash
- node
nvm install
We are not currently using Docker for this project, so you'll have to install some things yourself. Do like:
- Ensure you're using the correct node version
nvm use
- Install packages
npm install
- Copy the env template (replace any ENV variables that need replacing)
cp .env.template .env
- 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!
npm start
- Runs the hot-reload development server
npm tsc
(or justtsc
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
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.
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.
How much money does it cost to make a thing exist on the internet?
See COSTS.md in the musicbox-api repository for details.