Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 1.37 KB

selfhost.md

File metadata and controls

50 lines (39 loc) · 1.37 KB
booster.computer logo

Booster.computer

The visual boilerplaite generator

🏘️ Home🚀 Features💻 Selfhost🤝 Contributing📄 License

Guides for booster.


💻 Selfhosting booster:

At the time, we are not offering a docker image to selhost booster. Please clone this repository:

git clone https://github.com/i-am-henri/booster-computer.git

And run the following command to start the server:

Important

Please not use npm run dev to start the server because this will crash the server on every errror.

npm run start

This will start the server on port 3000. You can also specify another port by using the --port flag in the package.json file, next to the start script. This will look like this:

"start": "next start --port 5000"

With a service like caddy, you can then forward this port to your domain.

In the future, we are planning to offer a docker image to selfhost booster and an official coolify integration.