The explorer of Muzikie decentralized streaming platform
- NVM (Used to set up the required node version)
- Node v16.15.0
- Muzikie Blockchain
- Streamer
Run
npm run dev
This starts your app in development mode, which will purge the server require cache when Remix rebuilds assets so you don't need a process manager restarting the express server.
First, build your app for production:
npm run build
Then run the app in production mode:
npm start
Now you'll need to pick a host to deploy it to.
Unit tests are stored next to their corresponding modules. To run tests, you can use
npm test
You may pass a file path to run a single file.
If you're familiar with deploying express applications you should be right at home just make sure to deploy the output of remix build
build/
public/build/
https://github.com/Muzikie/exlporer/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.