Modding tool for Street Legal Racing: Redline
| Build | Release | Last Commit |
|---|---|---|
If you have any feedback or need any support, please reach out to us here
You can also join our Discord Server
You can find the documentation in our Wiki page
Clone the project
git clone https://github.com/adnan-54/SLStudio.gitNavigate to the Client folder
cd clientRun the project
dotnet run --project studio\slstudioNavigate to the Web folder
cd webInstall dependencies
npm installStart the server
npm run dev