An easy way to start up Homepage Web on my local server
To start, copy and rename the .env.example to .env and then run the following command:
./container startAnd access homepage by the URL http::/{server-ip}:3000/
To stop the run the following command:
./container stop