If you're seeing "Detecting language" on Replit, refresh!
Holy Unblocker bundle for deployment on single server productions and IDEs (Replit, Heroku, etc...)
To setup this repository (after cloning into an IDE), you must run the init script.
> ./init.sh
This process may take up to 10 minutes.
npm install
Once this repository is setup, you can run the build script in order to compile the website's source code and Rammerhead's client.
> npm run build
This process may take up to 10 minutes.
Once this repository is built, you can start the webserver.
> npm start