Document browser support for the website

This commit is contained in:
Hugo Locurcio
2020-10-05 19:35:34 +02:00
parent 0644e2ea1a
commit 835b32eaca

View File

@@ -7,6 +7,7 @@ REST API and frontend for Godot Engine's [official asset library](https://godote
## Installation
Run the following commands to get a running installation of the project:
````bash
composer install
bower install
@@ -14,3 +15,16 @@ cp src/settings-local-example.php src/settings-local.php
````
Now you should proceed to update `src/settings-local.php` with your DB password and session secret.
## Browser support
When working on new features, keep in mind this website only supports
*evergreen browsers*:
- Chrome (latest version and N-1 version)
- Edge (latest version and N-1 version)
- Firefox (latest version, N-1 version, and latest ESR version)
- Opera (latest version and N-1 version)
- Safari (latest version and N-1 version)
Internet Explorer isn't supported.