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.git
Navigate to the Client folder
cd client
Run the project
dotnet run --project studio\slstudio
Navigate to the Web folder
cd web
Install dependencies
npm install
Start the server
npm run dev