Muzikie Streamer is a web application that allows streaming audio tracks to the client applications.
- NVM (Used to set up the required node version)
- Node v16.15.0
- Muzikie Blockchain
Install dependencies using npm ci
to be able to use the existing scripts.
You can run
npm run dev
to run the project in development mode. Although for running the project in production mode, you should use
npm start
You may change the configurations under the config directory. There are dedicated files for api, network, and more.
Tests files are located under the tests directory. There is a dedicated npm package.json
file. Once you installed the dependencies, you can run
npm test
to run tests. You may pass a file directory to run a single file.
https://github.com/muzikie/streamer/graphs/contributors
Copyright 2022 Block Made GmbH
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.