Skip to content

Serve Command

sh
raiden serve

That command will serve raiden as web server on default port. To change the port, you can pass a PORT variable.

sh
PORT=3000 raiden serve

Released under the MIT License.