Deployment
For more details about the deployment process, contact us via email or join us on Discord (opens in a new tab) for support.
Local deployment
Prerequisites: Make sure you have properly setup all the dependencies on your system, which includes: npm (opens in a new tab) | yarn (opens in a new tab) | git (opens in a new tab)
Clone the RATH (opens in a new tab) repository:
git clone https://github.com/Kanaries/Rath.git && cd Rath
Setup your Yarn workspace:
yarn install
You may run RATH now:
yarn workspace rath-client start
If the default port (
localhost:3000
) is not available, RATH will automatically prompt a new port suggestion. Entery
and press Enter to boot up RATH.