# Armel.net ### How to run ``` cp .env.example .env make start ``` You will now have a webserver running on localhost:443 and localhost:80 ### How to stop ``` make stop ``` ### How to test ``` make test ```