commit | 3fd95573862bd62bb8057440e619576b656aebf0 | [log] [tgz] |
---|---|---|
author | SamarV-121 <samar@samarv121.dev> | Fri Jun 02 22:34:42 2023 +0530 |
committer | SamarV-121 <samar@samarv121.dev> | Sat Jun 03 18:21:23 2023 +0530 |
tree | e081cfaf339f911649c6b6ac8e4d4f71cb1c7d4d | |
parent | d963a88e77d565d2891c1bbc11ae73db5b3fcc5a [diff] |
www: Increase size of navbar logo Change-Id: I9f24fc2593c5bb8bdec80fed16099d2ed6a9c7c2
The LeafOS website runs on Symfony 6.2. You can check the Symfony documentation for the framework requirements. There are no additional requirements other than those.
After the requirements have been met, you can install the required dependencies by running composer install
.
There are two ways to run the site locally: by using PHP built-in webserver or by using Apache/Nginx.
After you've installed the required dependencies, you can start the PHP server by running the following command from the project root:
php -S localhost:8000 -t public/
After that, you can check the site by going to localhost:8000 on your browser. If the port 8000 is in use in your machine, simple change it to something else.
Both Apache and Nginx are supported by Symfony. There is a dedicated section on Symfony documentation for that, please refer to this page in order to configure Apache/Nginx.