Ludicrous
Ludicrous copied to clipboard
deploy
How can I deploy this to replit when I deploy it it doesnt work
use the commands in the readme, because replit blocked this repo from striahgt deploy, so
git clone https://github.com/LudicrousDevelopment/Ludicrous
cd Ludicrous
npm install
npm run go
use npm install && npm run build and npm start instead