Drop Radio is a live, endless, variable-quality multi-stream of the complete recordings of Drop Ceiling.
Drop Radio is an NX monorepo hosted on GitHub. For proper maintenance, first clone the repository locally and then install its dependencies with npm
:
git clone https://github.com/resisttheurge/drop-radio.git
cd drop-radio
npm install
Now, you should be able to explore the project and its modules using nx
's commandline tools:
npx nx graph # open live project dependency graph view
npx nx g @nx/node:library # interactively generate a new library module
npx nx affected -t lint test build e2e # lint, test, build, and run e2e tests affected by code changes
npx nx docs # generate the docsite
In order for you to succeed at the previous commands, you will need to install git
and Node.js if you haven't already.