mix raxol.playground
(Raxol v2.3.0)
View Source
Interactive terminal playground for browsing Raxol widgets.
$ mix raxol.playground
Browse components with j/k, select with Enter, Tab to switch between the sidebar and the live demo. Press c to view code snippets, / to search, q to quit.
SSH mode
Serve the playground over SSH so others can connect:
$ mix raxol.playground --ssh
$ mix raxol.playground --ssh --port 3333
Then connect: ssh localhost -p <port>
Options
--ssh- Serve over SSH instead of running in the current terminal--port- SSH port (default: 2222, only with --ssh)--max-connections- Max concurrent SSH connections (default: 50)